From 88b433eb8ab5d78279c5553c78ad42ceaf7696f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 22:28:05 -0500 Subject: [PATCH] chore(deps): bump actions/github-script from 6 to 7 (#177) Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-preview.yml b/.github/workflows/docs-preview.yml index 8cebbaf4..94c0b9cf 100644 --- a/.github/workflows/docs-preview.yml +++ b/.github/workflows/docs-preview.yml @@ -38,7 +38,7 @@ jobs: target-folder: ${{ env.PR_NUMBER }} branch: gh-pages - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 env: PR_NUMBER: ${{ env.PR_NUMBER }} with: