Skip to content

Commit b480743

Browse files
Bump actions/checkout from 2 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...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]>
1 parent abbffe7 commit b480743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version:
1515
- 17
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v5
1818
- uses: actions/[email protected]
1919
with:
2020
node-version: ${{ matrix.node-version }}
@@ -29,7 +29,7 @@ jobs:
2929
node-version:
3030
- 17
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v5
3333
- uses: actions/[email protected]
3434
with:
3535
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)