From 881403f1dff015df5416cf45e71902061bcf1683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:04:54 +0000 Subject: [PATCH] chore: bump the github-actions group across 3 directories with 2 updates Bumps the github-actions group with 1 update in the / directory: [actions/setup-python](https://github.com/actions/setup-python). Bumps the github-actions group with 1 update in the /.github/workflows directory: [actions/setup-python](https://github.com/actions/setup-python). Bumps the github-actions group with 1 update in the /.github/workflows/run-test directory: [gacts/github-slug](https://github.com/gacts/github-slug). Updates `actions/setup-python` from 4 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) Updates `actions/setup-python` from 4 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) Updates `gacts/github-slug` from 1.3.1 to 1.3.2 - [Release notes](https://github.com/gacts/github-slug/releases) - [Commits](https://github.com/gacts/github-slug/compare/7ef5f322bcd0902e63d75aae219a71367852a7b9...b6a1ff29ef2fec9238453177601eece6cc6cb973) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: gacts/github-slug dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/pre-release.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/run-test/action.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbcebb756..e6b67b0c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: # See https://github.com/nodejs/node-gyp/issues/2219 # This can be removed when "node-gyp" is updated - name: Set up Python 3.10 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 14fa958b9..ec9145b92 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -48,7 +48,7 @@ jobs: # See https://github.com/nodejs/node-gyp/issues/2219 # This can be removed when "node-gyp" is updated - name: Set up Python 3.10 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ada097ed1..668ac7b0b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: # See https://github.com/nodejs/node-gyp/issues/2219 # This can be removed when "node-gyp" is updated - name: Set up Python 3.10 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10' diff --git a/.github/workflows/run-test/action.yml b/.github/workflows/run-test/action.yml index b3bd8186b..7630c56a1 100644 --- a/.github/workflows/run-test/action.yml +++ b/.github/workflows/run-test/action.yml @@ -55,7 +55,7 @@ runs: STACK_VERSION: ${{ inputs.stack-version }} # The upload-artifact action fails if the name contains slashes `/` or colons `:`. # This step creates a slugified version that will not contain these characters. - - uses: gacts/github-slug@7ef5f322bcd0902e63d75aae219a71367852a7b9 # 1.3.1 + - uses: gacts/github-slug@b6a1ff29ef2fec9238453177601eece6cc6cb973 # 1.3.2 id: slug if: success() || failure() with: