Skip to content

Commit

Permalink
Merge 98258a6 into 5ececd3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 15, 2023
2 parents 5ececd3 + 98258a6 commit cc4732e
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 @@ -27,7 +27,7 @@ jobs:
fetch-depth: 1

- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.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 @@ -40,7 +40,7 @@ jobs:
fetch-depth: 1

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

- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.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 @@ -28,7 +28,7 @@ jobs:
fetch-depth: 1

- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.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 @@ -28,7 +28,7 @@ jobs:
fetch-depth: 1

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

0 comments on commit cc4732e

Please sign in to comment.