Merge pull request #136 from jellyfin/renovate/actions-checkout-7.x

Update actions/checkout action to v7
This commit is contained in:
Joshua M. Boniface
2026-08-17 13:36:57 -04:00
committed by GitHub
4 changed files with 33 additions and 33 deletions
+3 -3
View File
@@ -49,7 +49,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -114,7 +114,7 @@ jobs:
echo "JELLYFIN_VERSION=$cleanVersion" | Out-File -FilePath $env:GITHUB_ENV -Append echo "JELLYFIN_VERSION=$cleanVersion" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Install dependencies" - name: "Install dependencies"
run: |- run: |-
@@ -136,7 +136,7 @@ jobs:
path: ./jellyfin-server-windows path: ./jellyfin-server-windows
- name: "Clone UX repository" - name: "Clone UX repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with: with:
repository: jellyfin/jellyfin-ux repository: jellyfin/jellyfin-ux
path: .\jellyfin-server-windows\jellyfin-ux path: .\jellyfin-server-windows\jellyfin-ux
+10 -10
View File
@@ -37,7 +37,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -79,7 +79,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml debsigs devscripts sudo apt-get install --yes python3-git python3-yaml debsigs devscripts
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -157,7 +157,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml debsigs devscripts sudo apt-get install --yes python3-git python3-yaml debsigs devscripts
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -232,7 +232,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -296,7 +296,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -361,7 +361,7 @@ jobs:
echo "JELLYFIN_VERSION=$cleanVersion" | Out-File -FilePath $env:GITHUB_ENV -Append echo "JELLYFIN_VERSION=$cleanVersion" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Install dependencies" - name: "Install dependencies"
run: |- run: |-
@@ -383,7 +383,7 @@ jobs:
path: ./jellyfin-server-windows path: ./jellyfin-server-windows
- name: "Clone UX repository" - name: "Clone UX repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with: with:
repository: jellyfin/jellyfin-ux repository: jellyfin/jellyfin-ux
path: .\jellyfin-server-windows\jellyfin-ux path: .\jellyfin-server-windows\jellyfin-ux
@@ -494,7 +494,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -546,7 +546,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -602,7 +602,7 @@ jobs:
dotnet-version: ${{ env.SDK_VERSION }} dotnet-version: ${{ env.SDK_VERSION }}
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
+10 -10
View File
@@ -32,7 +32,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -73,7 +73,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml debsigs devscripts sudo apt-get install --yes python3-git python3-yaml debsigs devscripts
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -186,7 +186,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml debsigs devscripts sudo apt-get install --yes python3-git python3-yaml debsigs devscripts
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -296,7 +296,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -360,7 +360,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -427,7 +427,7 @@ jobs:
echo "JELLYFIN_VERSION=$cleanVersion" | Out-File -FilePath $env:GITHUB_ENV -Append echo "JELLYFIN_VERSION=$cleanVersion" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Install dependencies" - name: "Install dependencies"
run: |- run: |-
@@ -449,7 +449,7 @@ jobs:
path: ./jellyfin-server-windows path: ./jellyfin-server-windows
- name: "Clone UX repository" - name: "Clone UX repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with: with:
repository: jellyfin/jellyfin-ux repository: jellyfin/jellyfin-ux
path: .\jellyfin-server-windows\jellyfin-ux path: .\jellyfin-server-windows\jellyfin-ux
@@ -559,7 +559,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -612,7 +612,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -669,7 +669,7 @@ jobs:
dotnet-version: ${{ env.SDK_VERSION }} dotnet-version: ${{ env.SDK_VERSION }}
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
+10 -10
View File
@@ -31,7 +31,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -73,7 +73,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml debsigs devscripts sudo apt-get install --yes python3-git python3-yaml debsigs devscripts
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -187,7 +187,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml debsigs devscripts sudo apt-get install --yes python3-git python3-yaml debsigs devscripts
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -302,7 +302,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -365,7 +365,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -430,7 +430,7 @@ jobs:
echo "JELLYFIN_VERSION=$cleanVersion" | Out-File -FilePath $env:GITHUB_ENV -Append echo "JELLYFIN_VERSION=$cleanVersion" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Install dependencies" - name: "Install dependencies"
run: |- run: |-
@@ -452,7 +452,7 @@ jobs:
path: ./jellyfin-server-windows path: ./jellyfin-server-windows
- name: "Clone UX repository" - name: "Clone UX repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with: with:
repository: jellyfin/jellyfin-ux repository: jellyfin/jellyfin-ux
path: .\jellyfin-server-windows\jellyfin-ux path: .\jellyfin-server-windows\jellyfin-ux
@@ -563,7 +563,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -615,7 +615,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-
@@ -671,7 +671,7 @@ jobs:
dotnet-version: ${{ env.SDK_VERSION }} dotnet-version: ${{ env.SDK_VERSION }}
- name: "Checkout repository" - name: "Checkout repository"
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "Prepare repository" - name: "Prepare repository"
run: |- run: |-