From 8242be5b527a10c9b8ad8e8a906d2273a42987a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 19:22:32 +0000 Subject: [PATCH] build(deps): bump actions/github-script from 5 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v5...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/backend.yml | 2 +- .github/workflows/frontend.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index a4608e6f6..cbbeb1c38 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -31,7 +31,7 @@ jobs: # Get repo metadata so we can use it in the build scripts - name: Repo metadata id: repo - uses: actions/github-script@v5 + uses: actions/github-script@v7 with: script: | const repo = await github.rest.repos.get({owner: context.repo.owner, repo: context.repo.repo}) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index acd7f68eb..c4bc658d7 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -31,7 +31,7 @@ jobs: # Get repo metadata so we can use it in the build scripts - name: Repo metadata id: repo - uses: actions/github-script@v5 + uses: actions/github-script@v7 with: script: | const repo = await github.rest.repos.get({owner: context.repo.owner, repo: context.repo.repo})