Merge pull request #1461 from ydah/update_actions-checkput

Update actions/checkout version to v3
This commit is contained in:
Mislav Marohnić 2022-11-22 17:33:14 +01:00 committed by GitHub
commit 6717c62dc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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