From 78a89616c98365dd3fda2c616f3c231e7a4eb907 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 00:30:31 +0000 Subject: [PATCH] breaking: the dependency `rlespinasse/github-slug-action` has been updated to a new major version (v5), which may include breaking changes. #major --- .github/workflows/publish-image-to-ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image-to-ghcr.yml b/.github/workflows/publish-image-to-ghcr.yml index 3995a46..b993ac1 100644 --- a/.github/workflows/publish-image-to-ghcr.yml +++ b/.github/workflows/publish-image-to-ghcr.yml @@ -27,7 +27,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Generate Variables for Tags - uses: rlespinasse/github-slug-action@797d68864753cbceedc271349d402da4590e6302 # v4 + uses: rlespinasse/github-slug-action@6f7a8d2348e2a4aa5defafcdaafe5aef3f83bd4b # v5 - name: Build and push Docker image uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5