Skip to content

Commit

Permalink
Merge pull request #871 from m-nakamura145/update-checkout-action
Browse files Browse the repository at this point in the history
Bump actions/checkout
  • Loading branch information
rafaelfranca committed Feb 26, 2024
2 parents bd396c3 + 56294c7 commit f9320f3
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 @@ -4,7 +4,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', 'head']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit f9320f3

Please sign in to comment.