File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
run : |
104
104
echo "::error title=User not allowed to run the benchmark::User must be in list ${{ steps.authorized-users.outputs.users }}"
105
105
- name : Add a PR comment with comparison results
106
- uses : actions/github-script@v7
106
+ uses : actions/github-script@v8
107
107
if : contains(fromJSON(steps.authorized-users.outputs.users), github.actor) && github.event_name == 'pull_request_target'
108
108
# Inspired from: https://github.com/actions/github-script/blob/60a0d83039c74a4aee543508d2ffcb1c3799cdea/.github/workflows/pull-request-test.yml
109
109
with :
Original file line number Diff line number Diff line change 59
59
QW_TEST_DATABASE_URL : postgres://quickwit-dev:quickwit-dev@postgres:5432/quickwit-metastore-dev
60
60
steps :
61
61
- uses : actions/checkout@v5
62
- - uses : actions/setup-node@v4
62
+ - uses : actions/setup-node@v5
63
63
with :
64
64
node-version : 20
65
65
cache : " yarn"
You can’t perform that action at this time.
0 commit comments