Skip to content

Commit

Permalink
fix: bump actions/setup-node from 3.8.1 to 4.0.0 in /public/setup-nod…
Browse files Browse the repository at this point in the history
…e-pnpm (#72)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 11, 2023
1 parent 1524a24 commit 90c16d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/setup-node-pnpm/action.yaml
Expand Up @@ -12,7 +12,7 @@ runs:
uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0

- name: Use Node.js ${{ inputs.node-version }}
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
registry-url: 'https://registry.npmjs.org'
node-version: ${{ inputs.node-version }}
Expand Down

0 comments on commit 90c16d8

Please sign in to comment.