Skip to content

Commit

Permalink
Merge pull request #1200 from sundowndev/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-3.6.0

fix(deps): bump actions/setup-node from 3.1.0 to 3.6.0
  • Loading branch information
sundowndev committed Jan 23, 2023
2 parents 8d7c622 + ed3a9a2 commit fe5fc84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
go get -v -t -d ./...
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.1.0
uses: actions/setup-node@v3.6.0
with:
node-version: 15.11.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3.0.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.1.0
uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}
- name: Install & lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: git fetch --prune --unshallow

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.1.0
uses: actions/setup-node@v3.6.0
with:
node-version: 15.11.x

Expand Down

0 comments on commit fe5fc84

Please sign in to comment.