diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index a4608e6f..cbbeb1c3 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 acd7f68e..c4bc658d 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})