Skip to content

Commit

Permalink
Merge pull request #34 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
CI: use actions/checkout@v3
  • Loading branch information
janlelis committed Jan 9, 2024
2 parents d639a4d + e5c6399 commit 7ef3786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- macos-latest
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -41,7 +41,7 @@ jobs:
- 2.7
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 7ef3786

Please sign in to comment.