Skip to content

Commit 0655e75

Browse files
Merge branch 'develop-2.0.0' into webgl-timeout-investigation
2 parents 68c365d + 1402294 commit 0655e75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backport-verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Check PR description
24-
uses: actions/github-script@v6
24+
uses: actions/github-script@v7
2525
with:
2626
script: |
2727
const pr = context.payload.pull_request;

0 commit comments

Comments
 (0)