Skip to content

Commit

Permalink
Merge aa347c1 into ad62d90
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 17, 2022
2 parents ad62d90 + aa347c1 commit 0d3414a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion .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
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 0d3414a

Please sign in to comment.