Skip to content

Commit

Permalink
chore(deps): bump the gha group across 1 directory with 2 updates (#1247
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 8b3b407 commit 526454e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
- name: Setup Volta
uses: volta-cli/action@v4.2.1
- name: Node.js version
Expand All @@ -39,4 +39,4 @@ jobs:
run: npm run test:cov
- name: Report Coverage
if: always()
uses: davelosert/vitest-coverage-report-action@v2.5.1
uses: davelosert/vitest-coverage-report-action@v2.6.0
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
npm:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- uses: actions/setup-node@v4.0.4
with:
node-version: 21
Expand Down

0 comments on commit 526454e

Please sign in to comment.