From 6d086294b76705d0f84770caefe104f57dbc1c8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:29:44 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7.1.0 --- .github/workflows/deployment.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index d5305a5f..e6651094 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -118,7 +118,7 @@ jobs: - uses: moonrepo/setup-toolchain@abc36a5d744a0b6dff6fd87201c49917c145deb9 # v0.3.1 with: auto-install: true - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 id: deployment with: github-token: ${{secrets.GITHUB_TOKEN}} @@ -171,7 +171,7 @@ jobs: workingDirectory: "apps/site" packageManager: pnpm command: pages deploy dist --project-name astrolicious - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 env: DEPLOYMENT_ID: ${{ steps.deployment.outputs.deployment-id }} DEPLOYMENT_URL: ${{ steps.wrangler.outputs.deployment-url }} @@ -206,7 +206,7 @@ jobs: - uses: moonrepo/setup-toolchain@abc36a5d744a0b6dff6fd87201c49917c145deb9 # v0.3.1 with: auto-install: true - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 id: deployment with: github-token: ${{secrets.GITHUB_TOKEN}} @@ -259,7 +259,7 @@ jobs: workingDirectory: "apps/site" packageManager: pnpm command: pages deploy dist --project-name astrolicious - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 env: DEPLOYMENT_ID: ${{ steps.deployment.outputs.deployment-id }} DEPLOYMENT_URL: ${{ steps.wrangler.outputs.deployment-url }}