Skip to content

Commit

Permalink
update workflow to use checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kaz-utashiro committed Apr 11, 2024
1 parent fc3e472 commit afe8afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ruby: sinatra
runs-on: ${{ matrix.os.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./
id: action
with:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
ruby: sinatra
runs-on: ${{ matrix.os.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./
id: action
with:
Expand Down

0 comments on commit afe8afc

Please sign in to comment.