Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#279)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

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

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 May 16, 2024
1 parent d8634a7 commit 72fb3cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/delete-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- check-secret-access
if: needs.check-secret-access.outputs.allowed == 'true'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Vault Login
uses: Chia-Network/actions/vault/login@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
apk add python3 make g++ git
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 'npm install and build'
run: |
npm ci
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
apk add python3 make g++ git
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 'npm install and build'
run: |
npm install
Expand All @@ -57,7 +57,7 @@ jobs:
if: needs.check-secret-access.outputs.allowed == 'true'
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download build from artifacts
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
name: Review ${{ github.event.pull_request.number }}
url: https://${{ github.event.pull_request.number }}.chialisp-web.chia.net
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Vault Login
uses: Chia-Network/actions/vault/login@main
Expand Down

0 comments on commit 72fb3cb

Please sign in to comment.