From 3dfe30be7a7234b0ede890889f4cc285f258e752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:20:24 +0000 Subject: [PATCH] Bump rlespinasse/github-slug-action from 4 to 5 Bumps [rlespinasse/github-slug-action](https://github.com/rlespinasse/github-slug-action) from 4 to 5. - [Release notes](https://github.com/rlespinasse/github-slug-action/releases) - [Commits](https://github.com/rlespinasse/github-slug-action/compare/v4...v5) --- updated-dependencies: - dependency-name: rlespinasse/github-slug-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/close-pr.yml | 2 +- .github/workflows/test-and-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/close-pr.yml b/.github/workflows/close-pr.yml index 1425cee..f8d2601 100644 --- a/.github/workflows/close-pr.yml +++ b/.github/workflows/close-pr.yml @@ -52,7 +52,7 @@ jobs: docker compose down --rmi all --volumes --remove-orphans - name: 'GitHub Slug Action' - uses: rlespinasse/github-slug-action@v4 + uses: rlespinasse/github-slug-action@v5 - name: 'Remove GitHub deployment and environment' if: ${{ always() }} diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 99be0e7..400e97b 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -102,7 +102,7 @@ jobs: # https://github.com/actions/checkout/issues/701 fetch-depth: 0 - name: 'GitHub Slug Action' - uses: rlespinasse/github-slug-action@v4 + uses: rlespinasse/github-slug-action@v5 - name: 'Find Current Pull Request' uses: jwalton/gh-find-current-pr@v1