Skip to content

Commit

Permalink
Use actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Mar 24, 2022
1 parent 699e274 commit f2d072c
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 @@ -14,7 +14,7 @@ jobs:
ruby: [ head, "3.1", "3.0", "2.7", "2.6" ]
steps:
- name: repo checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: load ruby
uses: ruby/setup-ruby@v1
Expand All @@ -41,7 +41,7 @@ jobs:
ruby: [ mswin, mingw, "3.1", "3.0", "2.7", "2.6" ]
steps:
- name: repo checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

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

0 comments on commit f2d072c

Please sign in to comment.