Skip to content

Commit bd5253c

Browse files
committed
fix(ci): update the actions versiosn for npm publishing
Attempting to setup the oidc trusted publishing bits for npm and semantic release. I beleive updating the actions versions is the missing peice
1 parent 3d9e739 commit bd5253c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ jobs:
3939
pull-requests: write
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v2
43-
- uses: actions/setup-node@v1
42+
uses: actions/checkout@v4
43+
with:
44+
persist-credentials: false
45+
- uses: actions/setup-node@v4
4446
with:
4547
node-version: 24
4648
- run: npm install

0 commit comments

Comments
 (0)