Merge pull request #1461 from ydah/update_actions-checkput
Update actions/checkout version to v3
This commit is contained in:
commit
6717c62dc1
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…
x
Reference in New Issue
Block a user