Skip to content

Commit e5eeb9c

Browse files
authored
Merge pull request #17 from gitgitgadget/dependabot/github_actions/actions/github-script-8
build(deps): bump actions/github-script from 7 to 8
2 parents 61f78a4 + 59b7ea2 commit e5eeb9c

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)