Skip to content

Commit

Permalink
chore(actions): update oprypin/find-latest-tag action to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and alexbarros committed Mar 18, 2024
1 parent 14c0e60 commit 53dd7cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Find Latest Tag
id: latest_tag
uses: oprypin/[email protected].1
uses: oprypin/[email protected].2
with:
repository: ${{ github.repository }}
regex: '^v\d+\.\d+\.\d+$'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Find Latest Tag
id: latest_tag
uses: oprypin/[email protected].1
uses: oprypin/[email protected].2
with:
repository: ${{ github.repository }}
regex: '^v\d+\.\d+\.\d+'
Expand Down

0 comments on commit 53dd7cb

Please sign in to comment.