From eb74356a8c669234c981c337fd15666f7d344666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:48:54 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 6.0.2 to 6.0.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [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/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/book.yml | 2 +- .github/workflows/ci-skip.yml | 2 +- .github/workflows/ci.yml | 18 +++++++++--------- .github/workflows/lints.yml | 6 +++--- .github/workflows/zizmor.yml | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index f373f0788..b4e5dd85d 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -21,7 +21,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Setup mdBook uses: peaceiris/actions-mdbook@ee69d230fe19748b7abf22df32acaa93833fad08 # v2.0.0 diff --git a/.github/workflows/ci-skip.yml b/.github/workflows/ci-skip.yml index 709b6f215..3306cc25b 100644 --- a/.github/workflows/ci-skip.yml +++ b/.github/workflows/ci-skip.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Check out the base branch - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # We fetch the entire repository to ensure we have the common ancestor # of the base branch and the PR branch. diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43e5f0d07..4e4faf1b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,7 +137,7 @@ jobs: fi - name: Check out the selected test branch - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # Empty on direct repo PRs, which selects the default. ref: ${{ steps.test-branch.outputs.test_sha }} @@ -301,7 +301,7 @@ jobs: steps: - name: Check out integration-tests to access actions - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: path: integration-tests persist-credentials: false @@ -331,7 +331,7 @@ jobs: run: echo "ZEBRA_REF=refs/heads/main" >> $GITHUB_ENV - name: Check out ZcashFoundation/zebra - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: repository: ZcashFoundation/zebra ref: ${{ env.ZEBRA_REF }} @@ -411,7 +411,7 @@ jobs: steps: - name: Check out integration-tests to access actions - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: path: integration-tests persist-credentials: false @@ -441,7 +441,7 @@ jobs: run: echo "ZAINO_REF=refs/heads/dev" >> $GITHUB_ENV - name: Check out zingolabs/zaino - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: repository: zingolabs/zaino ref: ${{ env.ZAINO_REF }} @@ -521,7 +521,7 @@ jobs: steps: - name: Check out integration-tests to access actions - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: path: integration-tests persist-credentials: false @@ -550,7 +550,7 @@ jobs: run: echo "ZALLET_REF=refs/heads/main" >> $GITHUB_ENV - name: Check out zcash/wallet - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: repository: zcash/wallet ref: ${{ env.ZALLET_REF }} @@ -645,7 +645,7 @@ jobs: fi - name: Check out the selected test branch - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # Empty on direct repo PRs, which selects the default. ref: ${{ steps.test-branch.outputs.test_sha }} @@ -766,7 +766,7 @@ jobs: fi - name: Check out the selected test branch - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # Empty on direct repo PRs, which selects the default. ref: ${{ steps.test-branch.outputs.test_sha }} diff --git a/.github/workflows/lints.yml b/.github/workflows/lints.yml index 92719b4d1..4b1bc2a3e 100644 --- a/.github/workflows/lints.yml +++ b/.github/workflows/lints.yml @@ -8,7 +8,7 @@ jobs: name: Scripted diffs runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} @@ -19,7 +19,7 @@ jobs: name: General runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install dependencies run: sudo python3 -m pip install yq @@ -45,7 +45,7 @@ jobs: name: Python runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install dependencies run: sudo python3 -m pip install pyflakes diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 9b2d38883..51e4bcad8 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -14,7 +14,7 @@ jobs: security-events: write # Required for upload-sarif (used by zizmor-action) to upload SARIF files. steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - name: Run zizmor 🌈