Skip to content

Commit 085e5fb

Browse files
Bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c3bfcd commit 085e5fb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/sync-git-gui.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: check which refs need to be synchronized
24-
uses: actions/github-script@v6
24+
uses: actions/github-script@v7
2525
id: check
2626
with:
2727
script: |
@@ -117,7 +117,7 @@ jobs:
117117
repository: ${{ env.TARGET_REPOSITORY }}
118118
- name: set authorization header
119119
if: steps.check.outputs.refspec != ''
120-
uses: actions/github-script@v6
120+
uses: actions/github-script@v7
121121
id: auth
122122
with:
123123
script: |

.github/workflows/sync-gitster-git.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: check which refs need to be synchronized
23-
uses: actions/github-script@v6
23+
uses: actions/github-script@v7
2424
id: check
2525
with:
2626
script: |
@@ -103,7 +103,7 @@ jobs:
103103
repository: ${{ env.TARGET_REPOSITORY }}
104104
- name: set authorization header
105105
if: steps.check.outputs.refspec != ''
106-
uses: actions/github-script@v6
106+
uses: actions/github-script@v7
107107
id: auth
108108
with:
109109
script: |

.github/workflows/sync-ref.yml

+2-2
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@v6
29+
uses: actions/github-script@v7
3030
id: check
3131
with:
3232
script: |
@@ -68,7 +68,7 @@ jobs:
6868
repository: ${{ env.TARGET_REPOSITORY }}
6969
- name: set authorization header
7070
if: steps.check.outputs.skip == 'false'
71-
uses: actions/github-script@v6
71+
uses: actions/github-script@v7
7272
id: auth
7373
with:
7474
script: |

0 commit comments

Comments
 (0)