From 0eb6b8d1e4e7dafe22bc25bd70e64f9d06f0d26e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:14:17 +0000 Subject: [PATCH] Bump the all-actions group across 1 directory with 2 updates Bumps the all-actions group with 2 updates in the / directory: [actions/github-script](https://github.com/actions/github-script) and [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact). Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) Updates `actions/upload-pages-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/upload-pages-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deployment.yml | 4 ++-- .github/workflows/examples.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 7041571..b5d240e 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -94,7 +94,7 @@ jobs: path: dist/ - name: Create Tag - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.git.createRef({ @@ -105,7 +105,7 @@ jobs: }) - name: Create Release - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: "${{ secrets.GITHUB_TOKEN }}" script: | diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index d2e5d49..0832306 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -55,7 +55,7 @@ jobs: # Upload to GitHub Pages - name: Upload artifact for Pages - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: examples/_build/html