Skip to content

Commit 1064e23

Browse files
committed
chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions
1 parent eb07710 commit 1064e23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-on-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
concurrency: ${{ github.ref }}
99
steps:
1010
- uses: actions/checkout@v6
11-
- uses: pnpm/action-setup@v2
11+
- uses: pnpm/action-setup@v5
1212
with:
1313
version: 7.6.0
1414
- uses: actions/setup-node@v6
@@ -18,7 +18,7 @@ jobs:
1818
- run: pnpm install --frozen-lockfile
1919
- run: pnpm lint
2020
- name: commit linting changes
21-
uses: stefanzweifel/git-auto-commit-action@v4.16.0
21+
uses: stefanzweifel/git-auto-commit-action@v7
2222
with:
2323
commit_message: ":robot: pnpm lint [skip ci]"
2424
- run: pnpm test

0 commit comments

Comments
 (0)