Skip to content

Commit

Permalink
Bump actions/setup-node from 3.6.0 to 4.1.0 (#1106)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Garber <[email protected]>
  • Loading branch information
dependabot[bot] and mgarbs authored Feb 5, 2025
1 parent cf9f43c commit 93cfeea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-draft-hips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
passphrase: ${{ secrets.GPG_KEY_PASSPHRASE }}

- name: Setup Node.js
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: "20"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validateHeaders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Use Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: "12.x"

Expand Down

0 comments on commit 93cfeea

Please sign in to comment.