Skip to content

Commit 09b30f6

Browse files
committed
ci: update to actions/checkout@v3
I had previously done this in 37325aa, but then accidentally re-introduced @v2 in f0bf5d6.
1 parent 2b56727 commit 09b30f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ jobs:
650650
ruby: ["2.6", "2.7", "3.0"]
651651
runs-on: windows-latest
652652
steps:
653-
- uses: actions/checkout@v2
653+
- uses: actions/checkout@v3
654654
with:
655655
submodules: true
656656
- uses: ruby/setup-ruby@v1
@@ -671,7 +671,7 @@ jobs:
671671
ruby: ["3.1"]
672672
runs-on: windows-2022
673673
steps:
674-
- uses: actions/checkout@v2
674+
- uses: actions/checkout@v3
675675
with:
676676
submodules: true
677677
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)