Skip to content

Commit

Permalink
Merge of #7492
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Sep 6, 2023
2 parents 4bb240a + 7853e0a commit 79bb9f6
Show file tree
Hide file tree
Showing 15 changed files with 50 additions and 50 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@v3.6.0
- uses: actions/checkout@v4.0.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@v3.6.0
- uses: actions/checkout@v4.0.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@v3.6.0
- uses: actions/checkout@v4.0.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@v3.6.0
- uses: actions/checkout@v4.0.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@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false

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

steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.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@v3.6.0
- uses: actions/checkout@v4.0.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@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand All @@ -225,7 +225,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.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@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand All @@ -290,7 +290,7 @@ jobs:

steps:
- name: Checkout git repository
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.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

steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.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@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false

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

Expand Down
44 changes: 22 additions & 22 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@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -590,7 +590,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -667,7 +667,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -733,7 +733,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -800,7 +800,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -869,7 +869,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -938,7 +938,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1008,7 +1008,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1077,7 +1077,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1146,7 +1146,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1215,7 +1215,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1284,7 +1284,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1352,7 +1352,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1420,7 +1420,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1489,7 +1489,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1555,7 +1555,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1630,7 +1630,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -1712,7 +1712,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: '2'
Expand Down Expand Up @@ -2010,7 +2010,7 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.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@v3.6.0
- uses: actions/checkout@v4.0.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@v3.6.0
uses: actions/checkout@v4.0.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@v3.6.0
uses: actions/checkout@v4.0.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@v3.6.0
uses: actions/checkout@v4.0.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@v3.6.0
- uses: actions/checkout@v4.0.0
with:
persist-credentials: false
fetch-depth: 0
Expand Down
Loading

0 comments on commit 79bb9f6

Please sign in to comment.