mirror of
https://github.com/l0k1/oprf_assets.git
synced 2026-08-03 10:19:18 +00:00
Merge pull request #28 from l0k1/dependabot/github_actions/BobDotCom/OPRFAssetUpdater-0.9
Bump BobDotCom/OPRFAssetUpdater from 0.7 to 0.9
This commit is contained in:
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' }}"
|
||||
|
||||
Reference in New Issue
Block a user