Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 3.5.0 to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 14, 2022
1 parent 1f7d68a commit 2fb71a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Cache dependencies
uses: actions/cache@v3
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 12
- name: Cache dependencies
Expand All @@ -42,7 +42,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 12
- name: Cache dependencies
Expand All @@ -66,7 +66,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 12
- name: Cache dependencies
Expand All @@ -90,7 +90,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 12
- name: Cache dependencies
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: 12
- name: Cache dependencies
Expand Down

0 comments on commit 2fb71a1

Please sign in to comment.