mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-11 17:41:32 -05:00
Merge pull request #1461 from ydah/update_actions-checkput
Update actions/checkout version to v3
This commit is contained in:
commit
6717c62dc1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
os: [ubuntu-latest, macos-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install bats
|
||||
run: git clone --depth 1 https://github.com/sstephenson/bats.git
|
||||
- name: Run tests
|
||||
|
|
Loading…
Reference in a new issue