Update actions/checkout from v2 to v3

This commit is contained in:
Henry Mercer
2022-03-30 19:42:05 +01:00
parent 7871f0d5e1
commit a2949f47b3
34 changed files with 54 additions and 54 deletions

2
.github/workflows/__test-ruby.yml generated vendored
View File

@@ -42,7 +42,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Prepare test
id: prepare-test
uses: ./.github/prepare-test