Skip to content

Commit

Permalink
build(deps): bump rickstaa/action-create-tag from 1.6.1 to 1.7.2
Browse files Browse the repository at this point in the history
Bumps [rickstaa/action-create-tag](https://github.com/rickstaa/action-create-tag) from 1.6.1 to 1.7.2.
- [Release notes](https://github.com/rickstaa/action-create-tag/releases)
- [Commits](rickstaa/action-create-tag@84c90e6...a1c7777)

---
updated-dependencies:
- dependency-name: rickstaa/action-create-tag
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent d91e70b commit 70a7f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remote-release-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
id: calculate_head_sha
run: echo "commit_sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"

- uses: rickstaa/action-create-tag@84c90e6ba79b47b5147dcb11ff25d6a0e06238ba # pin@v1
- uses: rickstaa/action-create-tag@a1c7777fcb2fee4f19b0f283ba888afa11678b72 # pin@v1
with:
tag: ${{ steps.calculate_version.outputs.result }}
commit_sha: ${{ steps.calculate_head_sha.outputs.commit_sha }}
Expand Down

0 comments on commit 70a7f75

Please sign in to comment.