From 11127db9f375d21c3b392d48308bf8c99708a91e Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Mon, 26 Oct 2020 20:10:59 +0100 Subject: [PATCH] ci: update to github-slug-action v1.1.1 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index e77fb133..790dbaaa 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -20,7 +20,7 @@ jobs: # Create a slugified value of the branch - - uses: rlespinasse/github-slug-action@master + - uses: rlespinasse/github-slug-action@1.1.1 - name: "Build and push front image" uses: docker/build-push-action@v1