From 6abcab55f4a4add6f4a2d7264ca7a3036d84869d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:09:45 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-toolchain.yml | 4 ++-- .github/workflows/update-snapshot.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-toolchain.yml b/.github/workflows/build-toolchain.yml index aaa8c82..9a51fea 100644 --- a/.github/workflows/build-toolchain.yml +++ b/.github/workflows/build-toolchain.yml @@ -26,7 +26,7 @@ jobs: outputs: entries: ${{ steps.generate.outputs.entries }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: dorny/paths-filter@v3 id: changes with: @@ -95,7 +95,7 @@ jobs: fi done - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: path: swiftwasm-build submodules: true diff --git a/.github/workflows/update-snapshot.yml b/.github/workflows/update-snapshot.yml index 09abbb5..ace55d2 100644 --- a/.github/workflows/update-snapshot.yml +++ b/.github/workflows/update-snapshot.yml @@ -6,7 +6,7 @@ jobs: update-snapshot: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Configure git user run: | git config --global user.name "github-actions[bot]"