Skip to content

Commit

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

fix(deps): bump actions/setup-node from 3.6.0 to 3.7.0
  • Loading branch information
sundowndev authored Jul 10, 2023
2 parents c054b38 + d9c5da7 commit 2fd3ccb
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.6.0
uses: actions/setup-node@v3.7.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.5.3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.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.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: 15.11.x

Expand Down

0 comments on commit 2fd3ccb

Please sign in to comment.