Skip to content

Commit

Permalink
Bump actions/setup-node from 2.5.0 to 2.5.1 (#3465)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 29, 2021
1 parent 9f06771 commit 72ff737
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-all-in-one-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
go-version: ^1.17

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version: '10'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
go-version: ^1.17

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version: '10'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
go-version: ^1.17

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version: '10'

Expand Down

0 comments on commit 72ff737

Please sign in to comment.