Skip to content

Commit 8748f6e

Browse files
Bump actions/github-script from 6.2.0 to 6.3.1 (#254)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.2.0 to 6.3.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@c713e51...7dff1a8) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent beffcf8 commit 8748f6e

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@c713e510dbd7d213d92d41b7a7805a986f4c5c66
40+
- uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd
4141
with:
4242
script: |
4343
const release = await github.rest.repos.getLatestRelease({

0 commit comments

Comments
 (0)