Skip to content

Commit

Permalink
Merge pull request #68 from dreamwhite/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
2 parents 3eb95e3 + e27265c commit 57cc7f6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ocvalidamus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- macos-latest
steps:
- name: "Checkout to current repo"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Download dreamwhite/ocvalidamus/ocvalidamus.py script"
run: curl -O https://raw.githubusercontent.com/dreamwhite/OCValidamus/master/ocvalidamus.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ocvalidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- macos-latest
steps:
- name: "Checkout to current repo"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Download latest OpenCorePkg release"
uses: robinraju/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- macos-latest
steps:
- name: Checkout to current repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compress EFI to EFI.zip
run: zip -r -X EFI.zip EFI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_oc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- macos-latest
steps:
- name: "Checkout to current repo"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Download latest OpenCorePkg release"
uses: robinraju/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/virustotal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compress EFI to EFI.zip
run: zip -r -X EFI.zip EFI
Expand Down

0 comments on commit 57cc7f6

Please sign in to comment.