mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-12 20:56:54 -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]
|
os: [ubuntu-latest, macos-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Install bats
|
- name: Install bats
|
||||||
run: git clone --depth 1 https://github.com/sstephenson/bats.git
|
run: git clone --depth 1 https://github.com/sstephenson/bats.git
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
Loading…
Reference in a new issue