From ac0fc269087aa6475c1a42e16f4fcbba04f4eb29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:52:01 +0000 Subject: [PATCH] Bump robinraju/release-downloader from 1.8 to 1.9 Bumps [robinraju/release-downloader](https://github.com/robinraju/release-downloader) from 1.8 to 1.9. - [Release notes](https://github.com/robinraju/release-downloader/releases) - [Commits](https://github.com/robinraju/release-downloader/compare/v1.8...v1.9) --- updated-dependencies: - dependency-name: robinraju/release-downloader dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ocvalidate.yml | 2 +- .github/workflows/update_oc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ocvalidate.yml b/.github/workflows/ocvalidate.yml index de0d22a..714c878 100644 --- a/.github/workflows/ocvalidate.yml +++ b/.github/workflows/ocvalidate.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: "Download latest OpenCorePkg release" - uses: robinraju/release-downloader@v1.8 + uses: robinraju/release-downloader@v1.9 with: repository: "acidanthera/OpenCorePkg" latest: true diff --git a/.github/workflows/update_oc.yml b/.github/workflows/update_oc.yml index e368254..6acae75 100644 --- a/.github/workflows/update_oc.yml +++ b/.github/workflows/update_oc.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: "Download latest OpenCorePkg release" - uses: robinraju/release-downloader@v1.8 + uses: robinraju/release-downloader@v1.9 with: repository: "acidanthera/OpenCorePkg" latest: true