Skip to content

Commit 8073c95

Browse files
authored
Merge pull request #1828 from progfay/renovate/actions-setup-node-4.x
chore(deps): update actions/setup-node action to v4.4.0
2 parents 0215637 + ef5f9e7 commit 8073c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id-token: write # The OIDC ID token is used for authentication with JSR.
2121
steps:
2222
- uses: actions/[email protected]
23-
- uses: actions/setup-node@v4.3.0
23+
- uses: actions/setup-node@v4.4.0
2424
with:
2525
registry-url: 'https://registry.npmjs.org'
2626
- name: Publish package

0 commit comments

Comments
 (0)