Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent d232497 commit 89a7b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
CI
GATSBY_UPDATE_INDEX=true
- name: Set up ID token
uses: actions/github-script@v6
uses: actions/github-script@v7
id: id-token
with:
result-encoding: string
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Set up kubectl
uses: azure/setup-kubectl@v3
- name: Set up ID token
uses: actions/github-script@v6
uses: actions/github-script@v7
id: id-token
with:
result-encoding: string
Expand Down

0 comments on commit 89a7b4e

Please sign in to comment.