Skip to content

Commit 862ca02

Browse files
Bump actions/github-script from 6.4.0 to 6.4.1 (#275)
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@98814c5...d7906e4) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 46f3e12 commit 862ca02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-latest-spec-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
contents: read
3838
issues: write
3939
steps:
40-
- uses: actions/github-script@98814c53be79b1d30f795b907e553d8679345975
40+
- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410
4141
with:
4242
script: |
4343
const release = await github.rest.repos.getLatestRelease({

0 commit comments

Comments
 (0)