Skip to content

Commit

Permalink
ci(deps): bump actions/setup-node from 3.5.0 to 3.5.1 (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2022
1 parent 6a2284b commit fba86c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
steps:
- id: npmrc
name: Setup .npmrc file
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
always-auth: true
node-version: ${{ env.NODE_VERSION }}
Expand All @@ -90,7 +90,7 @@ jobs:
steps:
- id: npmrc
name: Setup .npmrc file
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
always-auth: true
node-version: ${{ env.NODE_VERSION }}
Expand Down

0 comments on commit fba86c2

Please sign in to comment.