Skip to content

Commit

Permalink
Bump pin-github-action from ^1.5.0 to ^2.0.2 (#344)
Browse files Browse the repository at this point in the history
Update the version of `pin-github-action` used to benefit from an update
that fixed the reformatting of updated workflows. Accordingly, adjust
formatting of the Action manifest files.
  • Loading branch information
ericcornelissen authored Jan 19, 2025
1 parent 28b980b commit 84f02df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ update-actions: ## Update (and pin) all actions used by these actions
\
"--update-notifier=false" \
"--yes" \
"pin-github-action@^1.5.0" \
"pin-github-action@^2.0.2" \
"commit/action.yml" "pr/action.yml" "action.yml"

.PHONY: verify
Expand Down
5 changes: 4 additions & 1 deletion pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,10 @@ runs:
BRANCH: ${{ steps.branch.outputs.value }}

- name: Create Pull Request
if: ${{ steps.update.outputs.updated-count != '0' && steps.pr-modified.outputs.value != 'true' && steps.pr-exists.outputs.value != 'true' }}
if:
${{ steps.update.outputs.updated-count != '0' &&
steps.pr-modified.outputs.value != 'true' &&
steps.pr-exists.outputs.value != 'true' }}
id: create-pr
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # pin@v7
with:
Expand Down

0 comments on commit 84f02df

Please sign in to comment.