summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-19 18:13:27 (GMT)
committerGitHub <noreply@github.com>2022-08-19 18:13:27 (GMT)
commit19532ca0df67abc23571fd5e0d3714bc1e720769 (patch)
tree00aea7cfb594ff11238709b85e88b52a060d951a
parent7d00e2267fc491a09c29ae41f1bef4ccb5202baa (diff)
downloadlz4-19532ca0df67abc23571fd5e0d3714bc1e720769.zip
lz4-19532ca0df67abc23571fd5e0d3714bc1e720769.tar.gz
lz4-19532ca0df67abc23571fd5e0d3714bc1e720769.tar.bz2
Bump actions/setup-python from 2 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v4) --- 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/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e234a17..9d69bd3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -690,7 +690,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # https://github.com/actions/checkout
- - uses: actions/setup-python@v2 # https://github.com/actions/setup-python
+ - uses: actions/setup-python@v4 # https://github.com/actions/setup-python
with:
python-version: '3.x'