Skip to content

Commit 59b7ea2

Browse files
build(deps): bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ea769e commit 59b7ea2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/sync-ref.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: check whether the ref is in sync
29-
uses: actions/github-script@v7
29+
uses: actions/github-script@v8
3030
id: check
3131
with:
3232
script: |
@@ -73,7 +73,7 @@ jobs:
7373
repositories: ${{ steps.check.outputs.target-repo-name }}
7474
- name: set authorization header
7575
if: steps.check.outputs.skip == 'false'
76-
uses: actions/github-script@v7
76+
uses: actions/github-script@v8
7777
id: auth
7878
with:
7979
script: |

.github/workflows/sync-upstream-branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: check which refs need to be synchronized
29-
uses: actions/github-script@v7
29+
uses: actions/github-script@v8
3030
id: check
3131
with:
3232
script: |
@@ -131,7 +131,7 @@ jobs:
131131
repositories: ${{ steps.check.outputs.target-repo-name }}
132132
- name: set authorization header
133133
if: steps.check.outputs.refspec != ''
134-
uses: actions/github-script@v7
134+
uses: actions/github-script@v8
135135
id: auth
136136
with:
137137
script: |

0 commit comments

Comments
 (0)