Skip to content

Commit

Permalink
Update checkout action version
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nakamura145 committed Jan 17, 2024
1 parent 25365ff commit 045d482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
env:
BUNDLE_GEMFILE: gemfiles/active_support_${{ matrix.activesupport }}.gemfile
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 045d482

Please sign in to comment.