Skip to content

Commit b4d8109

Browse files
authored
Merge pull request #167 from nextcloud-libraries/feat/workflow-auto-update-npm-publish.yml
ci: update npm-publish.yml workflow from template
2 parents 99ff28c + c1b6e1a commit b4d8109

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
with:
2929
persist-credentials: false
3030

@@ -33,7 +33,7 @@ jobs:
3333
id: versions
3434

3535
- name: Set up node
36-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
36+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
3737
with:
3838
node-version: ${{ steps.versions.outputs.node-version }}
3939
registry-url: https://registry.npmjs.org

0 commit comments

Comments
 (0)