Skip to content

Commit b0f2dd6

Browse files
dependabot[bot]eregon
authored andcommitted
Bump actions/github-script from 7 to 8
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]>
1 parent 1868410 commit b0f2dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
git checkout "$LATEST_TAG"
4444
echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
4545
- name: Check if latest commit already built
46-
uses: actions/github-script@v7
46+
uses: actions/github-script@v8
4747
id: check_commit
4848
with:
4949
script: |
@@ -62,7 +62,7 @@ jobs:
6262
core.setOutput('should_build_3_4_asan', latestRelease34ASanCommit !== latest34ASan)
6363
core.setOutput('previous_release', release.tag_name)
6464
- name: Compute build and reuse matrix
65-
uses: actions/github-script@v7
65+
uses: actions/github-script@v8
6666
id: matrix
6767
with:
6868
script: |

0 commit comments

Comments
 (0)