Skip to content

Commit bbe1266

Browse files
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6228529 commit bbe1266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Check out the repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919

2020
- name: Set up Rust
2121
uses: actions-rs/toolchain@v1
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Check out the repository
34-
uses: actions/checkout@v2
34+
uses: actions/checkout@v4
3535

3636
- name: Set up Rust
3737
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)