Skip to content

Commit

Permalink
Merge pull request #29 from r-plus/patch-1
Browse files Browse the repository at this point in the history
update actions/checkout v4 to fix Node.js 16 deprecated warning.
  • Loading branch information
r7kamura authored Mar 1, 2024
2 parents f596e70 + 963ef11 commit 29b3551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
with:
bundler-cache: true
ruby-version: 3.1
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# We want to always get the default branch ref.
ref: "${{ github.event.pull_request.base.ref }}"
Expand Down

0 comments on commit 29b3551

Please sign in to comment.