Merge pull request #7 from jumoog/dependabot/github_actions/actions/checkout-4

ci(deps): bump actions/checkout from 3 to 4
This commit is contained in:
Kilian von Pflugk 2023-10-02 15:12:35 +02:00 committed by GitHub
commit 001590e0bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Setup .NET - name: Setup .NET
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v3

View File

@ -23,7 +23,7 @@ jobs:
jellyfin-web-version: [10.8.10] jellyfin-web-version: [10.8.10]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3 uses: actions/setup-node@v3
@ -43,7 +43,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-node- ${{ runner.os }}-node-
- name: Checkout modified web interface - name: Checkout modified web interface
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: ConfusedPolarBear/jellyfin-web repository: ConfusedPolarBear/jellyfin-web
ref: intros ref: intros

View File

@ -9,7 +9,7 @@ jobs:
steps: steps:
# set fetch-depth to 0 in order to clone all tags instead of just the current commit # set fetch-depth to 0 in order to clone all tags instead of just the current commit
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0