Skip to content

Commit

Permalink
Merge pull request #1062 from synclounge/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-4.0.3
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
2 parents ad75f80 + bad1020 commit be81865
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/[email protected].2
uses: actions/[email protected].3
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/[email protected].2
uses: actions/[email protected].3
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/[email protected].2
uses: actions/[email protected].3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
Expand Down

0 comments on commit be81865

Please sign in to comment.