Skip to content

Commit

Permalink
Merge pull request #7 from gitgitgadget/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
dscho authored Jun 23, 2024
2 parents 9c3bfcd + 085e5fb commit ceb12ed
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 ceb12ed

Please sign in to comment.