aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-03 10:51:23 +0000
committerGitHub <noreply@github.com>2024-01-03 10:51:23 +0000
commit7cf649decda44f0227551ca962f6a25ad3087d41 (patch)
tree943f550e5c9cdd6fb5f643cc5bb873a14d56a391
parent4c57a6484b61ed1a8610de3f1c3d9a97d7eb9a04 (diff)
downloadbrotli-7cf649decda44f0227551ca962f6a25ad3087d41.zip
brotli-7cf649decda44f0227551ca962f6a25ad3087d41.tar.gz
brotli-7cf649decda44f0227551ca962f6a25ad3087d41.tar.bz2
Bump actions/setup-python from 4.7.1 to 5.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236...0a5c61591373683505ea898e09a3ea4f39ef2b9c) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/build_test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml
index f5f5b58..b3d8915 100644
--- a/.github/workflows/build_test.yml
+++ b/.github/workflows/build_test.yml
@@ -323,7 +323,7 @@ jobs:
cd integration
mvn -B verify
- - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
+ - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
if: ${{ matrix.build_system == 'python' }}
with:
python-version: ${{ matrix.python_version }}