Skip to content

Commit

Permalink
ci: fix workflow-dispatch action version
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Mar 17, 2024
1 parent 5465fcc commit d6d1b6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cosmic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
body: |
Automated bump of COSMIC packages
- uses: benc-uk/workflow-dispatch@v121
- uses: benc-uk/workflow-dispatch@v1
if: ${{ contains(fromJSON('["created", "updated"]'), steps.create-pr.outputs.pull-request-operation) }}
with:
workflow: ci.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pr-title: 'flake: update inputs'
pr-labels: 'dependencies'

- uses: benc-uk/workflow-dispatch@v121
- uses: benc-uk/workflow-dispatch@v1
if: ${{ contains(fromJSON('["created", "updated"]'), steps.update-flake-lock.outputs.pull-request-operation) }}
with:
workflow: ci.yml
Expand Down

0 comments on commit d6d1b6c

Please sign in to comment.