summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2022-08-19 18:50:43 (GMT)
committerGitHub <noreply@github.com>2022-08-19 18:50:43 (GMT)
commitc327cc47c773e50c8202d835e1322bfc8cb3f3ee (patch)
tree00aea7cfb594ff11238709b85e88b52a060d951a
parent7d00e2267fc491a09c29ae41f1bef4ccb5202baa (diff)
parent19532ca0df67abc23571fd5e0d3714bc1e720769 (diff)
downloadlz4-c327cc47c773e50c8202d835e1322bfc8cb3f3ee.zip
lz4-c327cc47c773e50c8202d835e1322bfc8cb3f3ee.tar.gz
lz4-c327cc47c773e50c8202d835e1322bfc8cb3f3ee.tar.bz2
Merge pull request #1148 from lz4/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 2 to 4
-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'