Skip to content

Commit

Permalink
ci: bump actions/github-script from 6 to 7 (#32)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent a6d529c commit acfd84f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
branch: master

- name: Delete branch
uses: actions/github-script@v6
uses: actions/github-script@v7
if: github.event.pull_request.head.repo.fork == false
with:
github-token: ${{ secrets.GIT_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upstream_formula_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
git push origin HEAD:refs/heads/${branch}
- name: Create PR
uses: actions/github-script@v6
uses: actions/github-script@v7
id: create-pr
with:
github-token: ${{ secrets.GIT_PAT }}
Expand Down

0 comments on commit acfd84f

Please sign in to comment.