Skip to content

Commit

Permalink
Merge pull request #364 from itamae-kitchen/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
sue445 authored Oct 2, 2023
2 parents cbe6cd5 + 098e5d1 commit 50ee025
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
TEST_IMAGE: ${{ matrix.image }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
if: ${{ inputs.ruby >= '2.4' }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 50ee025

Please sign in to comment.