diff options
| author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2025-10-16 15:48:12 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-10-16 09:29:01 -0700 |
| commit | 96978d7545a00dbffe99252a4749a7554ce124bb (patch) | |
| tree | b4d4389798e89a3d99e98ef65b44b244c09093b6 | |
| parent | b195b9526bc7fa642b9ff9dba56753acac165ea7 (diff) | |
| download | git-96978d7545a00dbffe99252a4749a7554ce124bb.tar.gz | |
build(deps): 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](https://github.com/actions/github-script/compare/v7...v8)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa7c60f95f..aa6bce673b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,7 +63,7 @@ jobs: echo "skip_concurrent=$skip_concurrent" >>$GITHUB_OUTPUT - name: skip if the commit or tree was already tested id: skip-if-redundant - uses: actions/github-script@v7 + uses: actions/github-script@v8 if: steps.check-ref.outputs.enabled == 'yes' with: github-token: ${{secrets.GITHUB_TOKEN}} |
