From de4201dae6f4e0a5cd039baa5a37e73b5fbcf793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 08:04:25 +0000 Subject: [PATCH] chore(ci): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/bump-pre-release.yml | 2 +- .github/workflows/bump-release.yml | 2 +- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/release.yml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/bump-pre-release.yml b/.github/workflows/bump-pre-release.yml index 808e5452..c5964481 100644 --- a/.github/workflows/bump-pre-release.yml +++ b/.github/workflows/bump-pre-release.yml @@ -10,7 +10,7 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install cargo-release run: cargo install cargo-release diff --git a/.github/workflows/bump-release.yml b/.github/workflows/bump-release.yml index 6919ba77..26cb8702 100644 --- a/.github/workflows/bump-release.yml +++ b/.github/workflows/bump-release.yml @@ -10,7 +10,7 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install cargo-release run: cargo install cargo-release diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc6ecd08..7203ee15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: name: Check runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true @@ -69,7 +69,7 @@ jobs: CARGO_PROFILE_DEV_DEBUG: 0 CARGO_TARGET_DIR: ${{ matrix.CARGO_TARGET_DIR }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true @@ -139,7 +139,7 @@ jobs: # Disable generating debug info, we don't need it here anyway and its only using disk space CARGO_PROFILE_DEV_DEBUG: 0 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true @@ -170,7 +170,7 @@ jobs: runs-on: ubuntu-22.04 needs: check steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true @@ -226,7 +226,7 @@ jobs: - os: "windows-latest" RUSTFLAGS: "-Dwarnings -Ctarget-feature=+crt-static" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true @@ -291,7 +291,7 @@ jobs: runs-on: ubuntu-22.04 needs: check steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18d25eec..a812aba8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: artifacts: "mun libmun_runtime.dylib" RUSTFLAGS: "-Dwarnings" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true