aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-08 21:25:36 +0000
committerGitHub <noreply@github.com>2024-05-08 21:25:36 +0000
commit51be1000adc89cb9e751b52b0a4ac2aec2616555 (patch)
tree62a2aeb3465067169870ce9a77f9d9ea33ab46cc
parentAdd portable build FFmpeg downloads (diff)
downloadjellyfin-packaging-51be1000adc89cb9e751b52b0a4ac2aec2616555.tar.gz
jellyfin-packaging-51be1000adc89cb9e751b52b0a4ac2aec2616555.tar.bz2
jellyfin-packaging-51be1000adc89cb9e751b52b0a4ac2aec2616555.zip
Update actions/checkout action to v4.1.5
-rw-r--r--.github/workflows/release-build.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml
index 9905137..95974fb 100644
--- a/.github/workflows/release-build.yaml
+++ b/.github/workflows/release-build.yaml
@@ -36,7 +36,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository"
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: "Prepare repository"
run: |-
@@ -81,7 +81,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml debsigs devscripts
- name: "Checkout repository"
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: "Prepare repository"
run: |-
@@ -191,7 +191,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml debsigs devscripts
- name: "Checkout repository"
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: "Prepare repository"
run: |-
@@ -299,7 +299,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository"
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: "Prepare repository"
run: |-
@@ -364,7 +364,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository"
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: "Prepare repository"
run: |-
@@ -429,7 +429,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository"
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: "Prepare repository"
run: |-
@@ -488,7 +488,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository"
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: "Prepare repository"
run: |-
@@ -546,7 +546,7 @@ jobs:
sudo apt-get install --yes python3-git python3-yaml
- name: "Checkout repository"
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: "Prepare repository"
run: |-
bgstack15