mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
build: getting action version numbers right II #348
This commit is contained in:
parent
70defe88d1
commit
a26e122b85
2 changed files with 2 additions and 2 deletions
2
.github/actions/check_milestone/action.yaml
vendored
2
.github/actions/check_milestone/action.yaml
vendored
|
@ -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:
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue