From 9a4be0346c3886a20943c52383da231d2891bd1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 00:58:34 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 688403a..9008348 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 45 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup rust run: | rustup toolchain install nightly --profile minimal --component rustfmt --no-self-update @@ -46,7 +46,7 @@ jobs: run2: -D warnings timeout-minutes: 45 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup rust run: | rustup toolchain install ${{ matrix.rust }} --profile minimal --no-self-update @@ -81,7 +81,7 @@ jobs: # env: # RUSTFLAGS: -C target-feature=+crt-static steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup rust run: | rustup toolchain install stable --target ${{ matrix.target.target }} --profile minimal --no-self-update