Skip to content

Commit

Permalink
deps(upgrade): bump actions/github-script from 6 to 7
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>
  • Loading branch information
dependabot[bot] committed Aug 15, 2024
1 parent 025992b commit 7e99258
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Check if code is eligible for deploying snapshot version
id: deploy_check
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const fs = require('fs');
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-snapshot-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
reviewers: carlspring, steve-todorov

- name: Update comment
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const pr = await github.rest.pulls.get({
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/command-merge-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
merge-release:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
id: release
with:
# FYI: `github.rest` exposes `octokit` client.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/command-merge-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
# FYI: `github.rest` exposes `octokit` client.
# The method mappings can be found here: https://github.com/octokit/plugin-rest-endpoint-methods.js/blob/main/src/generated/endpoints.ts
Expand Down

0 comments on commit 7e99258

Please sign in to comment.