Skip to content

Commit 63baa06

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
concurrency: ${{ github.ref }}
99
steps:
1010
- uses: actions/checkout@v6
11+
with:
12+
ref: ${{ github.head_ref }}
1113
- uses: pnpm/action-setup@v5
1214
with:
1315
version: 7.6.0

0 commit comments

Comments
 (0)