Skip to content

Commit

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

---
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 Apr 13, 2023
1 parent e678423 commit bd0bf42
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 46 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].0
- uses: actions/[email protected].1

- uses: actions-rs/toolchain@v1
with:
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].0
- uses: actions/[email protected].1

- uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

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 @@ -68,7 +68,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

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 @@ -121,7 +121,7 @@ jobs:
if: ${{ !cancelled() && !failure() && ((github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'release') }}

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

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

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
fetch-depth: 0
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 @@ -83,7 +83,7 @@ jobs:
features: " --features getblocktemplate-rpcs"

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

Expand All @@ -226,7 +226,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
continue-on-error: ${{ matrix.checks == 'advisories' }}

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

Expand All @@ -286,7 +286,7 @@ jobs:

steps:
- name: Checkout git repository
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
persist-credentials: false

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

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

Expand Down
40 changes: 20 additions & 20 deletions .github/workflows/deploy-gcp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -585,7 +585,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -632,7 +632,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -704,7 +704,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -771,7 +771,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -840,7 +840,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -909,7 +909,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -979,7 +979,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1048,7 +1048,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1117,7 +1117,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1186,7 +1186,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1255,7 +1255,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1323,7 +1323,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1389,7 +1389,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1464,7 +1464,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1546,7 +1546,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1749,7 +1749,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
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].0
- uses: actions/[email protected].1
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].0
uses: actions/[email protected].1
with:
persist-credentials: false

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

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

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
RUSTDOCFLAGS: -D warnings -A rustdoc::private_intra_doc_links

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
persist-credentials: false

Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
needs: changed-files
if: ${{ needs.changed-files.outputs.workflows == 'true' }}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: reviewdog/[email protected]
with:
level: warning
Expand All @@ -192,7 +192,7 @@ jobs:
runs-on: ubuntu-latest
needs: changed-files
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: plettich/action-codespell@master
with:
github_token: ${{ secrets.github_token }}
Expand Down
Loading

0 comments on commit bd0bf42

Please sign in to comment.