Skip to content

Commit

Permalink
Bump actions/setup-node from 3.8.0 to 3.8.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.8.0...v3.8.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bdukes committed Aug 18, 2023
1 parent ca0a1e2 commit 0a72bf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{ "uses": "actions/[email protected]" },
{
"name": "Use Node.js ${{ matrix.node-version }}",
"uses": "actions/[email protected].0",
"uses": "actions/[email protected].1",
"with": {
"node-version": "${{ matrix.node-version }}",
"cache": "npm"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"steps": [
{ "uses": "actions/[email protected]" },
{
"uses": "actions/[email protected].0",
"uses": "actions/[email protected].1",
"with": {
"node-version": 20
}
Expand All @@ -26,7 +26,7 @@
"steps": [
{ "uses": "actions/[email protected]" },
{
"uses": "actions/[email protected].0",
"uses": "actions/[email protected].1",
"with": {
"node-version": 20,
"registry-url": "https://registry.npmjs.org/"
Expand Down

0 comments on commit 0a72bf4

Please sign in to comment.