Skip to content

Commit e7b6158

Browse files
Bump actions/checkout from 2 to 4 (#6)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe77b60 commit e7b6158

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
# Get the machine ready to build
6161
- name: Checkout Code
62-
uses: actions/checkout@v2
62+
uses: actions/checkout@v4
6363

6464
- name: Add Rust Target
6565
run: rustup target add ${{ matrix.target.rustTarget }}

0 commit comments

Comments
 (0)