From 58b0ed1d850931fcf488caa727cb42f50cd61950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 21:45:06 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3.0.2 to 3.1.0 (#5329) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [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/v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .../build-crates-individually.patch.yml | 2 +- .../workflows/build-crates-individually.yml | 4 +-- .github/workflows/build-docker-image.yml | 2 +- .../continous-integration-docker.yml | 2 +- .../workflows/continous-integration-os.yml | 8 ++--- .github/workflows/coverage.yml | 2 +- .github/workflows/delete-gcp-resources.yml | 2 +- .github/workflows/deploy-gcp-tests.yml | 32 +++++++++---------- .github/workflows/docs.yml | 2 +- .github/workflows/lint.yml | 12 +++---- .github/workflows/zcash-lightwalletd.yml | 4 +-- .github/workflows/zcashd-manual-deploy.yml | 2 +- 12 files changed, 37 insertions(+), 37 deletions(-) diff --git a/.github/workflows/build-crates-individually.patch.yml b/.github/workflows/build-crates-individually.patch.yml index 2fdc4490..9d7ee0b8 100644 --- a/.github/workflows/build-crates-individually.patch.yml +++ b/.github/workflows/build-crates-individually.patch.yml @@ -23,7 +23,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 - uses: actions-rs/toolchain@v1 with: diff --git a/.github/workflows/build-crates-individually.yml b/.github/workflows/build-crates-individually.yml index 91873f3e..227b5a78 100644 --- a/.github/workflows/build-crates-individually.yml +++ b/.github/workflows/build-crates-individually.yml @@ -50,7 +50,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 - uses: actions-rs/toolchain@v1 with: @@ -106,7 +106,7 @@ jobs: matrix: ${{ fromJson(needs.matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index bff02f23..ac744e2a 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -54,7 +54,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false diff --git a/.github/workflows/continous-integration-docker.yml b/.github/workflows/continous-integration-docker.yml index 84453963..065bc3a5 100644 --- a/.github/workflows/continous-integration-docker.yml +++ b/.github/workflows/continous-integration-docker.yml @@ -87,7 +87,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/continous-integration-os.yml b/.github/workflows/continous-integration-os.yml index 1fb35ff0..3e58c0b3 100644 --- a/.github/workflows/continous-integration-os.yml +++ b/.github/workflows/continous-integration-os.yml @@ -78,7 +78,7 @@ jobs: rust: beta steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false @@ -185,7 +185,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false @@ -209,7 +209,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false @@ -250,7 +250,7 @@ jobs: continue-on-error: ${{ matrix.checks == 'advisories' }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f957c4f4..530fb908 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false diff --git a/.github/workflows/delete-gcp-resources.yml b/.github/workflows/delete-gcp-resources.yml index c82208ef..90520bbf 100644 --- a/.github/workflows/delete-gcp-resources.yml +++ b/.github/workflows/delete-gcp-resources.yml @@ -26,7 +26,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false diff --git a/.github/workflows/deploy-gcp-tests.yml b/.github/workflows/deploy-gcp-tests.yml index 99a8ebb1..f752a699 100644 --- a/.github/workflows/deploy-gcp-tests.yml +++ b/.github/workflows/deploy-gcp-tests.yml @@ -112,7 +112,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -181,7 +181,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -235,7 +235,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -398,7 +398,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -519,7 +519,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -584,7 +584,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -639,7 +639,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -696,7 +696,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -755,7 +755,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -814,7 +814,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -874,7 +874,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -930,7 +930,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -986,7 +986,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -1042,7 +1042,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -1113,7 +1113,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' @@ -1302,7 +1302,7 @@ jobs: contents: 'read' id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: '2' diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 78b0c6f8..073336fa 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the source code - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.1.0 with: persist-credentials: false diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5dc33884..8c2482a6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: rust: ${{ steps.changed-files-rust.outputs.any_changed == 'true' }} workflows: ${{ steps.changed-files-workflows.outputs.any_changed == 'true' }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false fetch-depth: 2 @@ -66,7 +66,7 @@ jobs: if: ${{ needs.changed-files.outputs.rust == 'true' }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false @@ -116,7 +116,7 @@ jobs: if: ${{ needs.changed-files.outputs.rust == 'true' }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false @@ -149,7 +149,7 @@ jobs: if: ${{ needs.changed-files.outputs.rust == 'true' }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false @@ -176,7 +176,7 @@ jobs: needs: changed-files if: ${{ needs.changed-files.outputs.workflows == 'true' }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 - uses: reviewdog/action-actionlint@v1.32.0 with: level: warning @@ -186,7 +186,7 @@ jobs: runs-on: ubuntu-latest needs: changed-files steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 - uses: plettich/action-codespell@master with: github_token: ${{ secrets.github_token }} diff --git a/.github/workflows/zcash-lightwalletd.yml b/.github/workflows/zcash-lightwalletd.yml index d9cf7b91..d4430dc8 100644 --- a/.github/workflows/zcash-lightwalletd.yml +++ b/.github/workflows/zcash-lightwalletd.yml @@ -48,13 +48,13 @@ jobs: id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: repository: adityapk00/lightwalletd ref: 'master' persist-credentials: false - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: path: zebra persist-credentials: false diff --git a/.github/workflows/zcashd-manual-deploy.yml b/.github/workflows/zcashd-manual-deploy.yml index 33d80df5..28892ae2 100644 --- a/.github/workflows/zcashd-manual-deploy.yml +++ b/.github/workflows/zcashd-manual-deploy.yml @@ -28,7 +28,7 @@ jobs: id-token: 'write' steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false