aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-09 08:18:41 +0000
committerGitHub <noreply@github.com>2023-10-09 08:18:41 +0000
commit4855abb0205a10439c4c438314f06f0f89074aca (patch)
treee9d470aeba7ccdb9135792b643e9c291a0b03bf5
parent53947c15f57774f34f31c0dc485e5a7f5fd9794c (diff)
downloadbrotli-4855abb0205a10439c4c438314f06f0f89074aca.zip
brotli-4855abb0205a10439c4c438314f06f0f89074aca.tar.gz
brotli-4855abb0205a10439c4c438314f06f0f89074aca.tar.bz2
Bump actions/setup-python from 4.7.0 to 4.7.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/61a6322f88396a6271a6ee3565807d608ecaddd1...65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... 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 c21a144..e30eab5 100644
--- a/.github/workflows/build_test.yml
+++ b/.github/workflows/build_test.yml
@@ -338,7 +338,7 @@ jobs:
cd integration
mvn -B verify
- - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
+ - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
if: ${{ matrix.build_system == 'python' }}
with:
python-version: ${{ matrix.python_version }}