Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/paambaati/codeclim…
Browse files Browse the repository at this point in the history
…ate-action-6.0.0
  • Loading branch information
matteovivona committed May 9, 2024
2 parents 8b02039 + 4058d37 commit ee6f7c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 18

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
with:
node-version: 20

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: 20

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8

Expand Down

0 comments on commit ee6f7c8

Please sign in to comment.