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 6787980b5b0227cf34a8d845db08fb23514238e0 to 56d33bdcddd24e9beec484d6c904ecd67d7f18e7.
- [Release notes](https://github.com/devops-actions/action-get-tag/releases)
- [Commits](devops-actions/action-get-tag@6787980...56d33bd)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 35daab0 commit a0ce255
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 @@ -50,7 +50,7 @@ jobs:

- name: Get tag value
id: tag
uses: devops-actions/action-get-tag@6787980b5b0227cf34a8d845db08fb23514238e0 # v1.0.1
uses: devops-actions/action-get-tag@56d33bdcddd24e9beec484d6c904ecd67d7f18e7 # v1.0.1

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

0 comments on commit a0ce255

Please sign in to comment.