mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-03 22:01:18 -05:00
build(deps): bump actions/github-script from 6 to 7
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/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> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
committed by
Johannes Schindelin
parent
ffbfa3bbdb
commit
50bb27309f
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
|||||||
echo "skip_concurrent=$skip_concurrent" >>$GITHUB_OUTPUT
|
echo "skip_concurrent=$skip_concurrent" >>$GITHUB_OUTPUT
|
||||||
- name: skip if the commit or tree was already tested
|
- name: skip if the commit or tree was already tested
|
||||||
id: skip-if-redundant
|
id: skip-if-redundant
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
if: steps.check-ref.outputs.enabled == 'yes'
|
if: steps.check-ref.outputs.enabled == 'yes'
|
||||||
with:
|
with:
|
||||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|||||||
Reference in New Issue
Block a user