Skip to content

Commit

Permalink
Bump actions/setup-node from 3.8.0 to 3.8.1 (#642)
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 Aug 28, 2023
1 parent 3e5d5bf commit 514c873
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version: '18'
cache: 'npm'
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version: '18'
cache: 'npm'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version: '18'
cache: 'npm'
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
tunnelName: ${{ secrets.SAUCE_TUNNEL_ID }}
- name: Checkout
uses: actions/[email protected]
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version: '18'
cache: 'npm'
Expand All @@ -70,7 +70,7 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version: '18'
cache: 'npm'
Expand Down

0 comments on commit 514c873

Please sign in to comment.