Skip to content

Commit 01e9201

Browse files
dependabot[bot]Rolv-Apneseth
authored andcommitted
chore(deps): bump actions/checkout
Bumps the github-actions-updates group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4365ed commit 01e9201

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
os: windows-latest
4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v7
4545
- name: Install Rust toolchain
4646
uses: dtolnay/rust-toolchain@stable
4747
- uses: taiki-e/setup-cross-toolchain-action@v1

0 commit comments

Comments
 (0)