Skip to content

Commit

Permalink
build: 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent e4d6332 commit e9898d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:

- name: Create tag
if: steps.isRelease.outputs.value
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
github.rest.git.createRef({
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgradebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
new_branch: ${{ github.event.inputs.upgradeBranchName }}

- name: Create package updates PR
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
console.log('Creating PR for dependencies upgrade');
Expand Down

0 comments on commit e9898d1

Please sign in to comment.