Skip to content

Commit

Permalink
Merge pull request #363 from stscoundrel/dependabot/github_actions/de…
Browse files Browse the repository at this point in the history
…pendencies-8a9da2b879

Bump the dependencies group with 1 update
  • Loading branch information
stscoundrel authored Oct 1, 2023
2 parents 353bc30 + 6d2ac39 commit e08fbb6
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-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node-version: [18.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Coverage Tests with Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javascript-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node-version: [18.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Lint with Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javascript-test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
node-version: ${{ matrix.node-version }}
- name: Test with Headless
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javascript-test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Test with Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

1 comment on commit e08fbb6

@vercel
Copy link

@vercel vercel bot commented on e08fbb6 Oct 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.