Skip to content

Commit 40449ed

Browse files
Bump actions/setup-node from 2.4.1 to 2.5.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fde30f4 commit 40449ed

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
@@ -31,7 +31,7 @@ jobs:
3131
key: ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}
3232

3333
- name: Use Node.js 14.x
34-
uses: actions/setup-node@v2.4.1
34+
uses: actions/setup-node@v2.5.0
3535
with:
3636
node-version: '14.x'
3737

.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/setup-node@v2.4.1
39+
uses: actions/setup-node@v2.5.0
4040
with:
4141
node-version: '14.x'
4242

0 commit comments

Comments
 (0)