Skip to content

Commit 4446c89

Browse files
Bump actions/checkout from 2.4.0 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c8c0ce commit 4446c89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Test
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2.4.0
10+
- uses: actions/checkout@v5.0.0
1111
- uses: actions/setup-node@v2
1212
with:
1313
node-version: 16

0 commit comments

Comments
 (0)