Skip to content

Commit

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

fix(deps): bump actions/setup-node from 3.7.0 to 3.8.1
  • Loading branch information
sundowndev committed Aug 21, 2023
2 parents 8dfb5aa + 1b66eee commit 1f65b31
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.7.0
uses: actions/setup-node@v3.8.1
with:
node-version: 20.3.1

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.7.0
uses: actions/setup-node@v3.8.1
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.7.0
uses: actions/setup-node@v3.8.1
with:
node-version: 20.3.1

Expand Down

0 comments on commit 1f65b31

Please sign in to comment.