Skip to content

Commit 36a1bc1

Browse files
authored
Merge pull request #842 from Chia-Network/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 2e88537 + 0f69dd5 commit 36a1bc1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/crowdin-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: Chia-Network/actions/git-mark-workspace-safe@main
3131

3232
- name: Checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
with:
3535
ref: "${{ inputs.pr_target || github.ref_name }}"
3636

.github/workflows/crowdin-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
container: node:18
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Vault Login
2222
uses: Chia-Network/actions/vault/login@main

.github/workflows/delete-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- check-secret-access
3737
if: needs.check-secret-access.outputs.allowed == 'true'
3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040

4141
- name: Vault Login
4242
uses: Chia-Network/actions/vault/login@main

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Add safe Git directory
2121
uses: Chia-Network/actions/git-mark-workspace-safe@main
2222
- name: Checkout Code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
- name: Set up commit signing
2525
uses: Chia-Network/actions/commit-sign/gpg@main
2626
with:

.github/workflows/deploy-review.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
apk add python3 make g++ git
3939
- name: Checkout Code
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141
- name: 'npm install and build'
4242
run: |
4343
npm ci
@@ -59,7 +59,7 @@ jobs:
5959
if: needs.check-secret-access.outputs.allowed == 'true'
6060
steps:
6161
- name: Checkout Code
62-
uses: actions/checkout@v4
62+
uses: actions/checkout@v5
6363
- name: Download build from artifacts
6464
uses: actions/download-artifact@v4
6565
with:
@@ -104,7 +104,7 @@ jobs:
104104
name: Review ${{ github.event.pull_request.number }}
105105
url: https://${{ github.event.pull_request.number }}.docs.chia.net
106106
steps:
107-
- uses: actions/checkout@v4
107+
- uses: actions/checkout@v5
108108

109109
- name: Vault Login
110110
uses: Chia-Network/actions/vault/login@main

0 commit comments

Comments
 (0)