Update actions/checkout version to v3

The version 3.x appears to be due to the following:
- https://github.com/actions/checkout/pull/689

There have been no breaking changes, and we seem to have no problem keeping up with the latest version.
This commit is contained in:
ydah 2022-11-22 23:48:26 +09:00
parent 52acbdf83f
commit 5f9c0ba613

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