From ef92344c1ff1576c328f3976d366fb130e49f51d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:10:38 +0000 Subject: [PATCH] Bump BobDotCom/OPRFAssetUpdater from 0.9.1 to 0.10 Bumps [BobDotCom/OPRFAssetUpdater](https://github.com/bobdotcom/oprfassetupdater) from 0.9.1 to 0.10. - [Release notes](https://github.com/bobdotcom/oprfassetupdater/releases) - [Changelog](https://github.com/BobDotCom/oprf-asset-updater/blob/main/CHANGELOG.md) - [Commits](https://github.com/bobdotcom/oprfassetupdater/compare/v0.9.1...v0.10) --- updated-dependencies: - dependency-name: BobDotCom/OPRFAssetUpdater dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 603c839a..faca0093 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: contents: write steps: - name: "Manual Update" - uses: BobDotCom/OPRFAssetUpdater@v0.9.1 + uses: BobDotCom/OPRFAssetUpdater@v0.10 if: "${{ github.event_name == 'workflow_dispatch' }}" with: include: ${{ inputs.include }} @@ -43,7 +43,7 @@ jobs: compatibility: ${{ inputs.compatibility }} commit_message: "Auto-Update shared Files" - name: "Scheduled Update" - uses: BobDotCom/OPRFAssetUpdater@v0.9.1 + uses: BobDotCom/OPRFAssetUpdater@v0.10 with: # Optional. The title of the commit that is made # Default: "Update OPRF Assets"