Skip to content

Commit d117531

Browse files
author
Dennis Labordus
authored
Merge pull request #107 from com-pas/dependabot/github_actions/actions/setup-node-2.5.1
chore(deps): bump actions/setup-node from 2.5.0 to 2.5.1
2 parents 27d53f9 + 61d058d commit d117531

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
key: ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}
3131

3232
- name: Use Node.js 14.x
33-
uses: actions/[email protected].0
33+
uses: actions/[email protected].1
3434
with:
3535
node-version: '14.x'
3636

.github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Extra the tagname form the git reference, value of GITHUB_REF will be something like refs/tags/<tag_name>.
3737
run: echo "##[set-output name=tagname;]$(echo ${GITHUB_REF##*/})"
3838
- name: Use Node.js 14.x
39-
uses: actions/[email protected].0
39+
uses: actions/[email protected].1
4040
with:
4141
node-version: '14.x'
4242

0 commit comments

Comments
 (0)