mirror of
https://github.com/l0k1/oprf_assets.git
synced 2024-11-21 15:08:03 +08:00
Bump BobDotCom/OPRFAssetUpdater from 0.7 to 0.9
Bumps [BobDotCom/OPRFAssetUpdater](https://github.com/bobdotcom/oprfassetupdater) from 0.7 to 0.9. - [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.7...v0.9) --- 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:
parent
4917b34ffc
commit
a5fbeed12c
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
contents: write
|
||||
steps:
|
||||
- name: "Manual Update"
|
||||
uses: BobDotCom/OPRFAssetUpdater@v0.7
|
||||
uses: BobDotCom/OPRFAssetUpdater@v0.9
|
||||
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.7
|
||||
uses: BobDotCom/OPRFAssetUpdater@v0.9
|
||||
with:
|
||||
commit_message: "Auto-Update shared Files"
|
||||
if: "${{ github.event_name != 'workflow_dispatch' }}"
|
||||
|
Loading…
Reference in New Issue
Block a user