Skip to content

Commit

Permalink
Merge pull request #599 from NikolaiVChr/dependabot/github_actions/Bo…
Browse files Browse the repository at this point in the history
…bDotCom/OPRFAssetUpdater-0.10

Bump BobDotCom/OPRFAssetUpdater from 0.9.1 to 0.10
  • Loading branch information
NikolaiVChr authored Oct 14, 2024
2 parents a67455c + ef92344 commit e00bd0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
contents: write
steps:
- name: "Manual Update"
uses: BobDotCom/OPRFAssetUpdater@v0.9.1
uses: BobDotCom/OPRFAssetUpdater@v0.10
if: "${{ github.event_name == 'workflow_dispatch' }}"
with:
include: ${{ inputs.include }}
exclude: ${{ inputs.exclude }}
compatibility: ${{ inputs.compatibility }}
commit_message: "Auto-Update shared Files"
- name: "Scheduled Update"
uses: BobDotCom/OPRFAssetUpdater@v0.9.1
uses: BobDotCom/OPRFAssetUpdater@v0.10
with:
# Optional. The title of the commit that is made
# Default: "Update OPRF Assets"
Expand Down

0 comments on commit e00bd0e

Please sign in to comment.