diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1852d06..0d3de49 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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' }}"