Skip to content

Commit

Permalink
Bump actions/github-script from 6 to 7
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jun 23, 2024
1 parent 9c3bfcd commit 085e5fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-git-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check which refs need to be synchronized
uses: actions/github-script@v6
uses: actions/github-script@v7
id: check
with:
script: |
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
repository: ${{ env.TARGET_REPOSITORY }}
- name: set authorization header
if: steps.check.outputs.refspec != ''
uses: actions/github-script@v6
uses: actions/github-script@v7
id: auth
with:
script: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-gitster-git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check which refs need to be synchronized
uses: actions/github-script@v6
uses: actions/github-script@v7
id: check
with:
script: |
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
repository: ${{ env.TARGET_REPOSITORY }}
- name: set authorization header
if: steps.check.outputs.refspec != ''
uses: actions/github-script@v6
uses: actions/github-script@v7
id: auth
with:
script: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check whether the ref is in sync
uses: actions/github-script@v6
uses: actions/github-script@v7
id: check
with:
script: |
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
repository: ${{ env.TARGET_REPOSITORY }}
- name: set authorization header
if: steps.check.outputs.skip == 'false'
uses: actions/github-script@v6
uses: actions/github-script@v7
id: auth
with:
script: |
Expand Down

0 comments on commit 085e5fb

Please sign in to comment.