Skip to content

Commit

Permalink
Merge pull request #77 from dreamwhite/dependabot/github_actions/robi…
Browse files Browse the repository at this point in the history
…nraju/release-downloader-1.11

Bump robinraju/release-downloader from 1.10 to 1.11
  • Loading branch information
dreamwhite authored Dec 16, 2024
2 parents 7763dea + 0a3e39a commit 5c98ac5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ocvalidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4

- name: "Download latest OpenCorePkg release"
uses: robinraju/release-downloader@v1.9
uses: robinraju/release-downloader@v1.11
with:
repository: "acidanthera/OpenCorePkg"
latest: true
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 @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: "Download latest OpenCorePkg release"
uses: robinraju/release-downloader@v1.9
uses: robinraju/release-downloader@v1.11
with:
repository: "acidanthera/OpenCorePkg"
latest: true
Expand Down
2 changes: 1 addition & 1 deletion Docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The following benchmarks were made using Geekbench V5:
![SSD Western Digital SN750 Black NVMe 512GB BlackMagic Disk Speed Test](/.assets/docs/benchmarks/ssd/images/Blackmagic.png)
![SSD Sabrent Rocket NVMe 3.0 512GB AmorphousDiskMark](/.assets/docs/benchmarks/ssd/images/AmorphousDiskMark.png)

** In case you're using a Samsung SSD drive (bad idea, seriously), make sure that `SetApfsTrimTimeout` under `Kernel/Quirks` context is set to `0` rather than `-1`. This will make sure that TRIM is disabled, and therefore boot times won't be as long as before**
**In case you're using a Samsung SSD drive (bad idea, seriously), make sure that `SetApfsTrimTimeout` under `Kernel/Quirks` context is set to `0` rather than `-1`. This will make sure that TRIM is disabled, and therefore boot times won't be as long as before**

### RAM

Expand Down

0 comments on commit 5c98ac5

Please sign in to comment.