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 Sep 28, 2023
1 parent 1ed0ac2 commit ef4e9a6
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/checkout@v3.6.0
- uses: actions/checkout@v4.1.0
- uses: actions/[email protected]
with:
node-version: "20.5.1"
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/checkout@v3.6.0
uses: actions/checkout@v4.1.0
- 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/checkout@v3.6.0
- uses: actions/checkout@v4.1.0
- uses: actions/[email protected]
with:
node-version: "20.5.1"

- run: npm ci
- uses: JS-DevTools/[email protected].1
- uses: JS-DevTools/[email protected].2
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit ef4e9a6

Please sign in to comment.