diff --git a/.github/workflows/02-deploy-gh-pages.yml b/.github/workflows/02-deploy-gh-pages.yml index 3f2fd18..a360888 100644 --- a/.github/workflows/02-deploy-gh-pages.yml +++ b/.github/workflows/02-deploy-gh-pages.yml @@ -47,7 +47,7 @@ jobs: id: extract - name: 📛 Get repo name - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: repo-name with: result-encoding: string diff --git a/.github/workflows/update-prs.yml b/.github/workflows/update-prs.yml index 25a0291..bed8179 100644 --- a/.github/workflows/update-prs.yml +++ b/.github/workflows/update-prs.yml @@ -16,7 +16,7 @@ jobs: - name: ⌚ Update PRs id: update-prs - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | # deactivated this for the moment, as it probably doesn't make any sense on GitHub.com with our limited runners