mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-02 13:22:02 +00:00
[github] update to use node 24
This commit is contained in:
4
.github/workflows/pr-check.yml
vendored
4
.github/workflows/pr-check.yml
vendored
@@ -6,7 +6,7 @@ jobs:
|
||||
permissions:
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v5
|
||||
- name: Check AUTHORS file
|
||||
id: check-authors
|
||||
run: |
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
fi
|
||||
- name: 'Not found: Create review requesting changes'
|
||||
if: ${{ steps.check-authors.outputs.not-found }}
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
script: |
|
||||
github.rest.pulls.createReview({
|
||||
|
||||
Reference in New Issue
Block a user