Merge pull request #29 from l0k1/dependabot/github_actions/BobDotCom/OPRFAssetUpdater-0.10

Bump BobDotCom/OPRFAssetUpdater from 0.9 to 0.10
This commit is contained in:
Nikolai V. Chr.
2024-10-15 07:05:13 +02:00
committed by GitHub
+2 -2
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' }}"