From f75a7eac01484c9e435d77d670e1391c3db26bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 03:06:48 +0000 Subject: [PATCH] Bump BobDotCom/OPRFAssetUpdater from 0.9 to 0.10 Bumps [BobDotCom/OPRFAssetUpdater](https://github.com/bobdotcom/oprfassetupdater) from 0.9 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...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 65f4675..1852d06 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: contents: write steps: - name: "Manual Update" - uses: BobDotCom/OPRFAssetUpdater@v0.9 + uses: BobDotCom/OPRFAssetUpdater@v0.10 if: "${{ github.event_name == 'workflow_dispatch' }}" with: include: ${{ inputs.include }} @@ -42,7 +42,7 @@ jobs: compatibility: ${{ inputs.compatibility }} commit_message: "Auto-Update shared Files" - name: "Scheduled Update" - uses: BobDotCom/OPRFAssetUpdater@v0.9 + uses: BobDotCom/OPRFAssetUpdater@v0.10 with: commit_message: "Auto-Update shared Files" if: "${{ github.event_name != 'workflow_dispatch' }}"