We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db16f7 commit 9911771Copy full SHA for 9911771
1 file changed
.github/workflows/deploy-trigger.yml
@@ -21,10 +21,10 @@ jobs:
21
- name: Setup GitHub CLI
22
uses: actions/setup-node@v4
23
with:
24
- node-version: '18'
+ node-version: '24.x'
25
26
- name: Trigger Workflow in Another Repository
27
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
28
29
github-token: ${{ secrets.CLASSIC_PATKA }}
30
script: |
0 commit comments