From ca24fc3443f32062ae2d5dff6a0dec0c7c1e7bae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:40:27 +0000 Subject: [PATCH] Update actions/github-script action to v7 --- .github/workflows/repo-milestone.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repo-milestone.yaml b/.github/workflows/repo-milestone.yaml index 4d4170b4b..7f9beafdc 100644 --- a/.github/workflows/repo-milestone.yaml +++ b/.github/workflows/repo-milestone.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 if: ${{ contains(github.repository_owner, 'jellyfin') }} steps: - - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: github-token: ${{ secrets.JF_BOT_TOKEN }} script: |