Skip to content

Commit

Permalink
CI: Update GitHub Action "checkout" to v3 (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed May 6, 2022
1 parent a2b5f7f commit 257268e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
BUNDLE_WITHOUT: development:test

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
Expand All @@ -43,7 +43,7 @@ jobs:
ruby: [ '2.6', '2.7', '3.0', '3.1', truffleruby-head ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
Expand Down

0 comments on commit 257268e

Please sign in to comment.