We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8906bbe commit c065223Copy full SHA for c065223
.github/workflows/build-project.yml
@@ -30,7 +30,7 @@ jobs:
30
key: ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}
31
32
- name: Use Node.js 14.x
33
- uses: actions/setup-node@v2.5.1
+ uses: actions/setup-node@v3
34
with:
35
node-version: '14.x'
36
.github/workflows/release-project.yml
@@ -36,7 +36,7 @@ jobs:
# Extra the tagname form the git reference, value of GITHUB_REF will be something like refs/tags/<tag_name>.
37
run: echo "##[set-output name=tagname;]$(echo ${GITHUB_REF##*/})"
38
39
40
41
42
0 commit comments