Skip to content

Commit

Permalink
chore(deps): bump the gha group in /.github/workflows with 2 updates (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 21, 2023
1 parent bdd7d53 commit 2e0b932
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
doc:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: actions/[email protected]
with:
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
brew: unzip
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Setup Node
uses: actions/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
npm:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- uses: actions/[email protected]
with:
node-version: 18

- run: npm ci
- uses: JS-DevTools/npm-publish@v2.2.2
- uses: JS-DevTools/npm-publish@v3.0.0
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 2e0b932

Please sign in to comment.