Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3.5.2 to 3.5.3 (#6901)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.2...v3.5.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2023
1 parent 492132d commit 6549357
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 47 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/[email protected].2
- uses: actions/[email protected].3

# 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/[email protected].2
- uses: actions/[email protected].3
- 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/[email protected].2
- uses: actions/[email protected].3
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 @@ -73,7 +73,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
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 @@ -175,7 +175,7 @@ jobs:
if: ${{ !cancelled() && !failure() && ((github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'release') }}

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false

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

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
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/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
runs-on: ubuntu-latest

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

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
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/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand All @@ -288,7 +288,7 @@ jobs:

steps:
- name: Checkout git repository
uses: actions/[email protected].2
uses: actions/[email protected].3
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

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
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/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false

Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false

Expand Down
42 changes: 21 additions & 21 deletions .github/workflows/deploy-gcp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -448,7 +448,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -584,7 +584,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -656,7 +656,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -723,7 +723,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -792,7 +792,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -861,7 +861,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -931,7 +931,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1000,7 +1000,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1069,7 +1069,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1138,7 +1138,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1207,7 +1207,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1275,7 +1275,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1343,7 +1343,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1412,7 +1412,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1478,7 +1478,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1553,7 +1553,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1635,7 +1635,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1839,7 +1839,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
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/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the source code
uses: actions/[email protected].2
uses: actions/[email protected].3
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/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
fetch-depth: 0
Expand Down
12 changes: 6 additions & 6 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/[email protected].2
- uses: actions/[email protected].3
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/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false

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

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
RUSTDOCFLAGS: -D warnings -A rustdoc::private_intra_doc_links

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand All @@ -177,7 +177,7 @@ jobs:
needs: changed-files
if: ${{ needs.changed-files.outputs.workflows == 'true' }}
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- uses: reviewdog/[email protected]
with:
level: warning
Expand All @@ -187,7 +187,7 @@ jobs:
runs-on: ubuntu-latest
needs: changed-files
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- uses: plettich/action-codespell@master
with:
github_token: ${{ secrets.github_token }}
Expand Down
Loading

0 comments on commit 6549357

Please sign in to comment.