From 0c1d2f8cf07fa0ace808ee798a273ff680ad125c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 23:53:09 +0000 Subject: [PATCH] Bump actions/checkout from 7.0.0 to 7.0.1 in the all-dependencies group Bumps the all-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/wkfl-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wkfl-release.yml b/.github/workflows/wkfl-release.yml index 0b764a8..b7dbb49 100644 --- a/.github/workflows/wkfl-release.yml +++ b/.github/workflows/wkfl-release.yml @@ -18,7 +18,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - name: Create release run: | gh release delete wkfl/latest --yes || true @@ -42,7 +42,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: dtolnay/rust-toolchain@stable with: targets: ${{ matrix.job.target }}