Skip to content

Commit 0cee89a

Browse files
ci(deps): bump actions/setup-node from 3.5.0 to 3.5.1 (#8)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6424a95 commit 0cee89a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- id: npmrc
7070
name: Setup .npmrc file
71-
uses: actions/[email protected].0
71+
uses: actions/[email protected].1
7272
with:
7373
always-auth: true
7474
node-version: ${{ env.NODE_VERSION }}
@@ -90,7 +90,7 @@ jobs:
9090
steps:
9191
- id: npmrc
9292
name: Setup .npmrc file
93-
uses: actions/[email protected].0
93+
uses: actions/[email protected].1
9494
with:
9595
always-auth: true
9696
node-version: ${{ env.NODE_VERSION }}

0 commit comments

Comments
 (0)