From 9f233085b8b9f7728195a120404cf1704e29201a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 11:42:42 -0700 Subject: [PATCH] Bump actions/github-script from 6 to 7 (#448) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tanner Heffner --- .github/workflows/mirror-images.yml | 2 +- .github/workflows/update-manifest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mirror-images.yml b/.github/workflows/mirror-images.yml index 4db1a9c79..1d9e9ba3d 100644 --- a/.github/workflows/mirror-images.yml +++ b/.github/workflows/mirror-images.yml @@ -37,7 +37,7 @@ jobs: - name: 'Download tag artifact' if: ${{ github.event_name == 'workflow_run' }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({ diff --git a/.github/workflows/update-manifest.yml b/.github/workflows/update-manifest.yml index 0bc227ad1..e41a303ff 100644 --- a/.github/workflows/update-manifest.yml +++ b/.github/workflows/update-manifest.yml @@ -36,7 +36,7 @@ jobs: steps: - name: 'Download tag artifact' if: ${{ github.event_name == 'workflow_run' }} - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({