Skip to content

Commit 724371f

Browse files
build(deps): bump actions/github-script from 7 to 8
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] <[email protected]>
1 parent 8f1d657 commit 724371f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/03-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
npx conventional-changelog-cli -h -p angular -r 1 >> $GITHUB_ENV
2525
echo 'EOF' >> $GITHUB_ENV
2626
27-
- uses: actions/github-script@v7
27+
- uses: actions/github-script@v8
2828
with:
2929
script: |
3030
github.rest.repos.updateRelease({

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
id: extract
5151

5252
- name: 📛 Get repo name
53-
uses: actions/github-script@v7
53+
uses: actions/github-script@v8
5454
id: repo-name
5555
with:
5656
result-encoding: string
5757
script: return context?.payload?.repository?.name
5858

5959
- name: 🎩 Get owner name
60-
uses: actions/github-script@v7
60+
uses: actions/github-script@v8
6161
id: owner-name
6262
with:
6363
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@v4
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/99-auto-update-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: ↔ Create Pull Request
26-
uses: actions/github-script@v7
26+
uses: actions/github-script@v8
2727
id: create-pr
2828
with:
2929
result-encoding: string

.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)