Skip to content

Commit 11daae1

Browse files
Bump actions/github-script from 7 to 8 (#4865)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' 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 675ad41 commit 11daae1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check PR description
15-
uses: actions/github-script@v7
15+
uses: actions/github-script@v8
1616
with:
1717
script: |
1818
const description = context.payload.pull_request.body || '';

.github/workflows/tag-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo NIGHTLY_DATE=${NIGHTLY_DATE} >> ${GITHUB_ENV}
3636
echo TAG_ID="$(echo ${{ github.sha }} | cut -c1-8)-${{ inputs.project || '${NIGHTLY_DATE}' }}" >> ${GITHUB_ENV}
3737
- name: Update Tag
38-
uses: actions/github-script@v7.0.1
38+
uses: actions/github-script@v8
3939
with:
4040
# use a real access token instead of GITHUB_TOKEN default.
4141
# required so that the results of this tag creation can trigger the build workflow

0 commit comments

Comments
 (0)