Skip to content

Commit

Permalink
[gh-actions]: Bump actions/checkout from 3 to 4 (#28)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: Ryuu Mitsuki <[email protected]>
Authored-by: dependabot[bot] <[email protected]>
Co-authored-by: Ryuu Mitsuki <[email protected]>
  • Loading branch information
mitsuki31 committed Aug 28, 2024
2 parents 94d8c3c + f6e15bf commit 8786d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/irltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js / ${{ matrix.node-ver }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 8786d1d

Please sign in to comment.