Skip to content

Commit

Permalink
Merge pull request #108 from Chia-Network/checkout4
Browse files Browse the repository at this point in the history
ci: update to checkout@v4
  • Loading branch information
TheLastCicada authored Nov 4, 2024
2 parents 0284ad5 + 49d3478 commit e3a2b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: Chia-Network/actions/clean-workspace@main

- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node 20.16
uses: actions/setup-node@v3
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
platform: arm64
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download Linux artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit e3a2b77

Please sign in to comment.