From 5aa7dc4fbb124e7e329889447f83c22dd72c68e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 12:13:36 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7.0.1 --- .github/workflows/first-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/first-pr.yml b/.github/workflows/first-pr.yml index f57d74d7ce..47773a5b68 100644 --- a/.github/workflows/first-pr.yml +++ b/.github/workflows/first-pr.yml @@ -16,7 +16,7 @@ jobs: env: IMAGE_URL: https://raw.githubusercontent.com/AmadeusITGroup/otter/main/assets/logo/flavors/fireworks.png steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: script: | const [owner, repo] = '${{ github.repository }}'.split('/');