From 802c5d3ee9ac3e6ae037fdbd83799fc5e21d4a3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 01:47:14 +0000 Subject: [PATCH] Update CI dependencies --- .github/workflows/pr-suggestions.yml | 2 +- .github/workflows/update-sdk.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-suggestions.yml b/.github/workflows/pr-suggestions.yml index be1eeefa03..9c1a67d4b3 100644 --- a/.github/workflows/pr-suggestions.yml +++ b/.github/workflows/pr-suggestions.yml @@ -33,6 +33,6 @@ jobs: - name: Run eslint if: ${{ github.repository == 'jellyfin/jellyfin-web' }} - uses: CatChen/eslint-suggestion-action@b110ac684564c7b73e47cc223eb7a5266ec83fd3 # v4.1.1 + uses: CatChen/eslint-suggestion-action@e54ff640f89e75196c0ba3a0f15cce37053d1d0b # v4.1.4 with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/update-sdk.yml b/.github/workflows/update-sdk.yml index 99e3d5a76a..8a9d0b2ee6 100644 --- a/.github/workflows/update-sdk.yml +++ b/.github/workflows/update-sdk.yml @@ -35,7 +35,7 @@ jobs: echo "JF_SDK_VERSION=${VERSION}" >> $GITHUB_ENV - name: Open a pull request - uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 with: token: ${{ secrets.JF_BOT_TOKEN }} commit-message: Update @jellyfin/sdk to ${{env.JF_SDK_VERSION}}