Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.0.0 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent 3248c4c commit cbac986
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-crates-individually.patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0

# Setup Rust with stable toolchain and minimal profile
- name: Setup Rust
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-crates-individually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- uses: r7kamura/[email protected]

# Setup Rust with stable toolchain and minimal profile
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
if: ${{ !cancelled() && !failure() && ((github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'release') }}

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false

Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/continous-integration-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
features: " --features getblocktemplate-rpcs"

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand All @@ -225,7 +225,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
continue-on-error: ${{ matrix.checks == 'advisories' }}

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand All @@ -290,7 +290,7 @@ jobs:

steps:
- name: Checkout git repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest-xl

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/delete-gcp-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false

Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/deploy-gcp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -511,7 +511,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -630,7 +630,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -935,7 +935,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout the source code
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
with:
persist-credentials: false

Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout the source code
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
with:
persist-credentials: false

Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout the source code
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/find-cached-disks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false
fetch-depth: 0
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
rust: ${{ steps.changed-files-rust.outputs.any_changed == 'true' }}
workflows: ${{ steps.changed-files-workflows.outputs.any_changed == 'true' }}
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false
fetch-depth: 0
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
if: ${{ needs.changed-files.outputs.rust == 'true' }}

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
if: ${{ needs.changed-files.outputs.rust == 'true' }}

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
needs: changed-files
if: ${{ needs.changed-files.outputs.workflows == 'true' }}
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- name: actionlint
uses: reviewdog/[email protected]
with:
Expand All @@ -155,7 +155,7 @@ jobs:
runs-on: ubuntu-latest
needs: changed-files
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- uses: plettich/action-codespell@master
with:
github_token: ${{ secrets.github_token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-crates-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: r7kamura/[email protected]

- name: Checkout git repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zcash-lightwalletd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
id-token: 'write'

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
repository: zcash/lightwalletd
ref: 'master'
persist-credentials: false

- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
path: zebra
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zcashd-manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id-token: 'write'

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
persist-credentials: false

Expand Down

0 comments on commit cbac986

Please sign in to comment.