Skip to content

Commit fda1c08

Browse files
Bump actions/github-script from 7.0.1 to 8.0.0 (#1319)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@60a0d83...ed59741) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 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>
1 parent 06fd046 commit fda1c08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-branch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
- name: Create Draft Release
102102
if: ${{ needs.vars.outputs.github_release == 'true' }}
103-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
103+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
104104
id: release
105105
env:
106106
version: ${{ inputs.packageVersion }}
@@ -270,7 +270,7 @@ jobs:
270270
271271
- name: Get Id Token
272272
if: ${{ inputs.publishPackages == true }}
273-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
273+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
274274
id: idtoken
275275
with:
276276
script: |
@@ -299,7 +299,7 @@ jobs:
299299
ref: ${{ inputs.releaseBranch }}
300300

301301
- name: Create Pull Request
302-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
302+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
303303
with:
304304
script: |
305305
const { repo, owner } = context.repo;

0 commit comments

Comments
 (0)