Skip to content

Commit 5c4f2ab

Browse files
ci(deps): Bump actions/github-script from 6.4.0 to 6.4.1
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6.4.0...v6.4.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 81827a0 commit 5c4f2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label-linked-issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
repo: ${{ github.event.repository.name }}
7373
- id: label
7474
name: Label linked issues
75-
uses: actions/github-script@v6.4.0
75+
uses: actions/github-script@v6.4.1
7676
env:
7777
DATA: ${{ steps.query.outputs.data }}
7878
PRERELEASE: ${{ contains(steps.version.outputs.result, '-') }}

0 commit comments

Comments
 (0)