Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
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]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent c5e5a55 commit e27265c
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 e27265c

Please sign in to comment.