Merge pull request #31 from l0k1/dependabot/github_actions/BobDotCom/OPRFAssetUpdater-0.12

Bump BobDotCom/OPRFAssetUpdater from 0.10 to 0.12
This commit is contained in:
l0k1
2026-08-21 15:27:40 -07:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ jobs:
contents: write
steps:
- name: "Manual Update"
uses: BobDotCom/OPRFAssetUpdater@v0.10
uses: BobDotCom/OPRFAssetUpdater@v0.12
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.10
uses: BobDotCom/OPRFAssetUpdater@v0.12
with:
commit_message: "Auto-Update shared Files"
if: "${{ github.event_name != 'workflow_dispatch' }}"