Skip to content

Commit

Permalink
chore: update checkout action to v3 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteoredz authored Aug 8, 2023
1 parent 41d3515 commit ed7c1ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
ruby: [2.5, 2.6, 2.7, '3.0', 3.1, head]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand Down

0 comments on commit ed7c1ce

Please sign in to comment.