Skip to content

Commit 90f0f92

Browse files
chore(deps): bump actions/checkout from 2 to 5 (#52)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Víctor Martínez <[email protected]>
1 parent 3aaaa25 commit 90f0f92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Test
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v5
1818
- uses: actions-rs/toolchain@v1
1919
with:
2020
profile: minimal
@@ -29,7 +29,7 @@ jobs:
2929
name: Rustfmt
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v5
3333
- uses: actions-rs/toolchain@v1
3434
with:
3535
profile: minimal
@@ -45,7 +45,7 @@ jobs:
4545
name: Clippy
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/checkout@v2
48+
- uses: actions/checkout@v5
4949
- uses: actions-rs/toolchain@v1
5050
with:
5151
profile: minimal

0 commit comments

Comments
 (0)