Skip to content

Commit

Permalink
Merge pull request #1135 from synclounge/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-4.1.0
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
2 parents a2bd374 + 2b615dc commit 44b5cde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 20
cache: "npm"
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 20
cache: "npm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
Expand Down

0 comments on commit 44b5cde

Please sign in to comment.