mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update CI dependencies
This commit is contained in:
parent
bac77cb9d8
commit
802c5d3ee9
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pr-suggestions.yml
vendored
2
.github/workflows/pr-suggestions.yml
vendored
|
@ -33,6 +33,6 @@ jobs:
|
||||||
|
|
||||||
- name: Run eslint
|
- name: Run eslint
|
||||||
if: ${{ github.repository == 'jellyfin/jellyfin-web' }}
|
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:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
2
.github/workflows/update-sdk.yml
vendored
2
.github/workflows/update-sdk.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
echo "JF_SDK_VERSION=${VERSION}" >> $GITHUB_ENV
|
echo "JF_SDK_VERSION=${VERSION}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Open a pull request
|
- 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:
|
with:
|
||||||
token: ${{ secrets.JF_BOT_TOKEN }}
|
token: ${{ secrets.JF_BOT_TOKEN }}
|
||||||
commit-message: Update @jellyfin/sdk to ${{env.JF_SDK_VERSION}}
|
commit-message: Update @jellyfin/sdk to ${{env.JF_SDK_VERSION}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue