Skip to content

Commit

Permalink
Bump devops-actions/action-get-tag
Browse files Browse the repository at this point in the history
Bumps [devops-actions/action-get-tag](https://github.com/devops-actions/action-get-tag) from 8ceaa340e254160d84559a143ff79f236658546b to 3a492bc59fd26f3c3b63273bee4e01ea6fbd764c.
- [Release notes](https://github.com/devops-actions/action-get-tag/releases)
- [Commits](devops-actions/action-get-tag@8ceaa34...3a492bc)

---
updated-dependencies:
- dependency-name: devops-actions/action-get-tag
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 4c81cd4 commit e954253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Get tag value
id: tag
uses: devops-actions/action-get-tag@8ceaa340e254160d84559a143ff79f236658546b # v1.0.1
uses: devops-actions/action-get-tag@3a492bc59fd26f3c3b63273bee4e01ea6fbd764c # v1.0.1

- name: Use tag
run: echo ${{ steps.tag.outputs.tag }}
Expand Down

0 comments on commit e954253

Please sign in to comment.