1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-17 07:43: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

@@ -16,7 +16,7 @@ jobs:
- macos-11
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# Normally, we would use the superbly maintained...
# - uses: actions/setup-python@v2
# with: