1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-18 08:13:46 -05:00

CI: Migrate to checkout@v3

Actions runner warns about v2 deprecation
This commit is contained in:
Ivan Pozdeev
2023-02-06 15:44:59 +03:00
parent f72c1712dc
commit a3f0bddc2a
4 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- "3.11"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# Normally, we would use the superbly maintained...
# - uses: actions/setup-python@v2
# with: