mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 11:55:41 -04:00
chore(deps): update actions/github-script action to v9
This commit is contained in:
6
.github/workflows/deploy-docker-all.yml
vendored
6
.github/workflows/deploy-docker-all.yml
vendored
@@ -427,7 +427,7 @@ jobs:
|
||||
|
||||
- name: '📄 Cache README.md'
|
||||
id: task_release_gh_readme_cache
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
||||
script: |
|
||||
@@ -886,7 +886,7 @@ jobs:
|
||||
|
||||
- name: '📄 Cache README.md'
|
||||
id: task_release_dh_readme_cache
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
||||
script: |
|
||||
@@ -1332,7 +1332,7 @@ jobs:
|
||||
|
||||
- name: '📄 Cache README.md'
|
||||
id: task_release_gi_readme_cache
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v9
|
||||
with:
|
||||
github-token: ${{ secrets.ORG_BINARYNINJA_TOKEN_CL }}
|
||||
script: |
|
||||
|
||||
Reference in New Issue
Block a user