Skip to content

Commit

Permalink
Merge 76eb3bc into 211c6a7
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 17, 2022
2 parents 211c6a7 + 76eb3bc commit b1477bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 1

- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v3.1.1
uses: actions/setup-node@v3.2.0
with:
always-auth: false
node-version: ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 1

- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v3.1.1
uses: actions/setup-node@v3.2.0
with:
always-auth: false
node-version: ${{ matrix.node-version }}
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
with: { fetch-depth: 1 }

- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v3.2.0
with:
always-auth: false
node-version: ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 1

- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v3.1.1
uses: actions/setup-node@v3.2.0
with:
always-auth: false
node-version: ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 1

- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v3.1.1
uses: actions/setup-node@v3.2.0
with:
always-auth: false
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit b1477bc

Please sign in to comment.