Skip to content

Commit

Permalink
chore: 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 6ac12ec commit 4017d5b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron-update-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }}

- name: Create PR
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
github.pulls.create({
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-update-icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }}

- name: Create PR
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
github.pulls.create({
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-update-statuses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git diff-index --quiet HEAD || git commit -m "chore: update component statuses"
- name: Create PR
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
github.pulls.create({
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-update-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }}

- name: Create PR
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
github.pulls.create({
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Add comment to PR
if: github.ref != 'refs/heads/master'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const commentBody = `Storybook staging is available at ${process.env.DOMAIN}`;
Expand Down

0 comments on commit 4017d5b

Please sign in to comment.