Skip to content

Commit 834e155

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c0f3e7e commit 834e155

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.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
@@ -16,7 +16,7 @@ jobs:
1616
- name: Add safe Git directory
1717
uses: Chia-Network/actions/git-mark-workspace-safe@main
1818
- name: Checkout Code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
- name: Set up commit signing
2121
uses: Chia-Network/actions/commit-sign/gpg@main
2222
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 install
@@ -57,7 +57,7 @@ jobs:
5757
if: needs.check-secret-access.outputs.allowed == 'true'
5858
steps:
5959
- name: Checkout Code
60-
uses: actions/checkout@v4
60+
uses: actions/checkout@v5
6161
- name: Download build from artifacts
6262
uses: actions/download-artifact@v4
6363
with:
@@ -102,7 +102,7 @@ jobs:
102102
name: Review ${{ github.event.pull_request.number }}
103103
url: https://${{ github.event.pull_request.number }}.chialisp-web.chia.net
104104
steps:
105-
- uses: actions/checkout@v4
105+
- uses: actions/checkout@v5
106106

107107
- name: Vault Login
108108
uses: Chia-Network/actions/vault/login@main

0 commit comments

Comments
 (0)