Skip to content

Commit f2d072c

Browse files
committed
Use actions/checkout@v3
1 parent 699e274 commit f2d072c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ruby: [ head, "3.1", "3.0", "2.7", "2.6" ]
1515
steps:
1616
- name: repo checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818

1919
- name: load ruby
2020
uses: ruby/setup-ruby@v1
@@ -41,7 +41,7 @@ jobs:
4141
ruby: [ mswin, mingw, "3.1", "3.0", "2.7", "2.6" ]
4242
steps:
4343
- name: repo checkout
44-
uses: actions/checkout@v2
44+
uses: actions/checkout@v3
4545

4646
- name: load ruby, install/update gcc, install openssl
4747
uses: MSP-Greg/setup-ruby-pkgs@v1

0 commit comments

Comments
 (0)