diff --git a/.github/workflows/03-changelog.yml b/.github/workflows/03-changelog.yml index 2030877ed..7fb476fac 100644 --- a/.github/workflows/03-changelog.yml +++ b/.github/workflows/03-changelog.yml @@ -24,7 +24,7 @@ jobs: npx conventional-changelog-cli -h -p angular -r 1 >> $GITHUB_ENV echo 'EOF' >> $GITHUB_ENV - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: script: | github.rest.repos.updateRelease({ diff --git a/.github/workflows/03-deploy-gh-pages.yml b/.github/workflows/03-deploy-gh-pages.yml index 6a8a9e6e1..09c61d264 100644 --- a/.github/workflows/03-deploy-gh-pages.yml +++ b/.github/workflows/03-deploy-gh-pages.yml @@ -50,14 +50,14 @@ jobs: id: extract - name: 📛 Get repo name - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: repo-name with: result-encoding: string script: return context?.payload?.repository?.name - name: 🎩 Get owner name - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: owner-name with: result-encoding: string diff --git a/.github/workflows/99-add-url-comment.yml b/.github/workflows/99-add-url-comment.yml index 6d0a57104..564a38c6b 100644 --- a/.github/workflows/99-add-url-comment.yml +++ b/.github/workflows/99-add-url-comment.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: 📡 Add comment - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const body = `🔭🐙🐈 Test this branch here: https://${context.repo.owner}.github.io/${context.repo.repo}/review/${context.payload.pull_request.head.ref}`; diff --git a/.github/workflows/99-auto-update-pr.yml b/.github/workflows/99-auto-update-pr.yml index bd6b3f50d..a6ebc333b 100644 --- a/.github/workflows/99-auto-update-pr.yml +++ b/.github/workflows/99-auto-update-pr.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: ↔ Create Pull Request - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: create-pr with: result-encoding: string diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 55a7f00b4..649bb7ad6 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -24,7 +24,7 @@ jobs: - name: 🗑️ Clean all preview pages id: cleanup - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: result-encoding: json script: |