Skip to content

Commit

Permalink
Bump actions/github-script from 3 to 7
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v3...v7)

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

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Jan 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4caecbb commit e30dc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@ jobs:

- name: Repo metadata
id: repo
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
script: |
const repo = await github.repos.get(context.repo)

0 comments on commit e30dc8f

Please sign in to comment.