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:
|
steps:
|
||||||
- name: Get tag uniqueness
|
- name: Get tag uniqueness
|
||||||
id: unique_tag
|
id: unique_tag
|
||||||
uses: mukunku/tag-exists-action@v1.x
|
uses: mukunku/tag-exists-action@v1.1.0
|
||||||
with:
|
with:
|
||||||
tag: ${{ env.MILESTONE }}
|
tag: ${{ env.MILESTONE }}
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -11,7 +11,7 @@ runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v3.x
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue