Skip to content

Commit

Permalink
build: getting action version numbers right II #348
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Nov 5, 2022
1 parent 70defe8 commit a26e122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/check_milestone/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
steps:
- name: Get tag uniqueness
id: unique_tag
uses: mukunku/tag-exists-action@v1.x
uses: mukunku/tag-exists-action@v1.1.0
with:
tag: ${{ env.MILESTONE }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/release_milestone/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
using: composite
steps:
- name: Setup node
uses: actions/setup-node@v3.x
uses: actions/setup-node@v3
with:
node-version: '16'

Expand Down

0 comments on commit a26e122

Please sign in to comment.