Skip to content

Commit 77fd310

Browse files
build(deps): bump actions/checkout from 4 to 5 (#2039)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01d8f58 commit 77fd310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- 20
1919
steps:
2020
- name: ⬇️ Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: ⎔ Setup node ${{ matrix.node }}
2424
uses: actions/setup-node@v4
@@ -60,7 +60,7 @@ jobs:
6060
access_token: ${{ secrets.GITHUB_TOKEN }}
6161

6262
- name: ⬇️ Checkout
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v5
6464

6565
- name: ⎔ Setup node ${{ matrix.node }}
6666
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)