Skip to content

Commit

Permalink
Update actions/github-script action to v7
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 13, 2023
1 parent 3169c84 commit 9c46b8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: echo "REPOSITORY_NAME=${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
- name: automerge
if: ${{ steps.cpr.outputs.pull-request-number }}
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.0
with:
script: |
github.rest.pulls.merge({
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
run: echo "REPOSITORY_NAME=${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
- name: automerge
if: ${{ steps.cpr.outputs.pull-request-number }}
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.0
with:
script: |
github.rest.pulls.merge({
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
run: echo "REPOSITORY_NAME=${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
- name: automerge
if: ${{ steps.cpr.outputs.pull-request-number }}
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.0
with:
script: |
github.rest.pulls.merge({
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
run: echo "REPOSITORY_NAME=${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
- name: automerge
if: ${{ steps.cpr.outputs.pull-request-number }}
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.0
with:
script: |
github.rest.pulls.merge({
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: echo "REPOSITORY_NAME=${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
- name: automerge
if: ${{ steps.cpr.outputs.pull-request-number }}
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.0
with:
script: |
github.rest.pulls.merge({
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fi
- name: automerge
if: ${{ github.actor == 'dependabot[bot]' && env.automerge_pull_action == 'merge' }}
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.0
with:
script: |
github.rest.pulls.merge({
Expand Down

0 comments on commit 9c46b8e

Please sign in to comment.