Skip to content

Commit 003ba32

Browse files
chore(deps): bump actions/github-script from 7 to 8 (#4925)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' 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>
1 parent 9f14207 commit 003ba32

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/01-build-patternhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
id: extract
6969

7070
- name: 🛤 Get base path
71-
uses: actions/github-script@v7
71+
uses: actions/github-script@v8
7272
env:
7373
NAME: ${{ steps.extract.outputs.name }}
7474
RELEASE: ${{ inputs.release }}

.github/workflows/03-deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id: extract
5656

5757
- name: 📛 Get repo name
58-
uses: actions/github-script@v7
58+
uses: actions/github-script@v8
5959
id: repo-name
6060
with:
6161
result-encoding: string

.github/workflows/99-add-url-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v5
1313

1414
- name: 📡 Add comment
15-
uses: actions/github-script@v7
15+
uses: actions/github-script@v8
1616
with:
1717
script: |
1818
const body = `🔭🐙🐈 Test this branch here: https://${context.repo.owner}.github.io/${context.repo.repo}/review/${context.payload.pull_request.head.ref}`;

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: 🗑️ Clean all preview pages
2626
id: cleanup
27-
uses: actions/github-script@v7
27+
uses: actions/github-script@v8
2828
with:
2929
result-encoding: json
3030
script: |

0 commit comments

Comments
 (0)