From cad540f0cadff756de03a25e86b53d43a96aa40e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 15:14:38 +0000 Subject: [PATCH] Chore(deps): 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/actionlint.yml | 2 +- .github/workflows/benchmark-diff-comment.yml | 2 +- .github/workflows/benchmark-diff-pr.yml | 2 +- .github/workflows/prepare-release.yml | 2 +- .github/workflows/prepare-testing-release.yml | 2 +- .github/workflows/test-macros.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/typos.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index c745cd853..d5a8ac99f 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -9,7 +9,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Add problem matchers run: echo "::add-matcher::.github/actionlint-matcher.json" - uses: docker://rhysd/actionlint:latest diff --git a/.github/workflows/benchmark-diff-comment.yml b/.github/workflows/benchmark-diff-comment.yml index 67ac05cb3..5025c2f9c 100644 --- a/.github/workflows/benchmark-diff-comment.yml +++ b/.github/workflows/benchmark-diff-comment.yml @@ -26,7 +26,7 @@ jobs: steps: # 1. Check out the PR branch so we can build and benchmark it - name: Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 # 2. Extract the required Scarb version from Scarb.toml and save to env - name: Extract scarb version diff --git a/.github/workflows/benchmark-diff-pr.yml b/.github/workflows/benchmark-diff-pr.yml index 6aadf699e..e65f2cad8 100644 --- a/.github/workflows/benchmark-diff-pr.yml +++ b/.github/workflows/benchmark-diff-pr.yml @@ -24,7 +24,7 @@ jobs: steps: # 1. Check out the repository at the merge commit - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # 2. Use Rust cache (speeds up builds in repeated runs) - uses: Swatinem/rust-cache@v2 diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index dcd3ce96c..98ed5c7ae 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Extract current versions run: | diff --git a/.github/workflows/prepare-testing-release.yml b/.github/workflows/prepare-testing-release.yml index c202855c4..0396c062a 100644 --- a/.github/workflows/prepare-testing-release.yml +++ b/.github/workflows/prepare-testing-release.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Extract current version working-directory: ./packages/testing diff --git a/.github/workflows/test-macros.yml b/.github/workflows/test-macros.yml index ec8c4188a..ec11ff530 100644 --- a/.github/workflows/test-macros.yml +++ b/.github/workflows/test-macros.yml @@ -11,7 +11,7 @@ jobs: name: Lint and test macros runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: Swatinem/rust-cache@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c48f95b4..5d5034d51 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: name: Lint and test Cairo runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Extract scarb version run: | diff --git a/.github/workflows/typos.yaml b/.github/workflows/typos.yaml index 1d98bf79a..55240697d 100644 --- a/.github/workflows/typos.yaml +++ b/.github/workflows/typos.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check for typos uses: crate-ci/typos@626c4bedb751ce0b7f03262ca97ddda9a076ae1c