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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-15 03:06:48 +00:00 committed by GitHub
parent 277e173ef8
commit f75a7eac01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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' }}"