Skip to content

Commit

Permalink
Bump actions/github-script from 6.3.1 to 6.3.3 (#258)
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.1 to 6.3.3.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@7dff1a8...d556fea)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2022
1 parent d27b941 commit 2443fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-latest-spec-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
contents: read
issues: write
steps:
- uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd
- uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0
with:
script: |
const release = await github.rest.repos.getLatestRelease({
Expand Down

0 comments on commit 2443fba

Please sign in to comment.