Skip to content

Commit

Permalink
Bump Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 3698554 commit 52c230d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v2
uses: actions/dependency-review-action@v4
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Use pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
- run: pnpm install --no-frozen-lockfile
- run: pnpm lint
- run: pnpm test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Use pnpm and install dependencies
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4

- run: pnpm install --no-frozen-lockfile

Expand Down

0 comments on commit 52c230d

Please sign in to comment.