Skip to content

Commit

Permalink
Update Actions to use checkout@v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Nov 18, 2022
1 parent 4f2979a commit 5b4f120
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout rubyzip code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install and set up ruby
uses: ruby/setup-ruby@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.os == 'windows' }}
steps:
- name: Checkout rubyzip code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install and set up ruby
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
continue-on-error: true
steps:
- name: Checkout rubyzip code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install and set up ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 5b4f120

Please sign in to comment.