Skip to content

Commit

Permalink
ci: migrate to actions/checkout@v4
Browse files Browse the repository at this point in the history
Co-authored-by: Palm <[email protected]>
  • Loading branch information
validcube and Palm authored Feb 25, 2024
1 parent c26562e commit 0f766cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v4
- name: Checkout builds
uses: actions/checkout@v4
with:
repository: "revenge-mod/builds"
path: "builds"
Expand Down

0 comments on commit 0f766cd

Please sign in to comment.