Skip to content

Commit

Permalink
Bump GH actions/checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
topalovic committed Feb 3, 2023
1 parent 7b98382 commit 5e470bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 5e470bd

Please sign in to comment.