diff options
author | Joshua M. Boniface <joshua@boniface.me> | 2024-05-08 22:05:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 22:05:07 -0400 |
commit | 28d40dd7783f292fa3a0a44675493b12da990ec0 (patch) | |
tree | 62a2aeb3465067169870ce9a77f9d9ea33ab46cc | |
parent | Add portable build FFmpeg downloads (diff) | |
parent | Update actions/checkout action to v4.1.5 (diff) | |
download | jellyfin-packaging-28d40dd7783f292fa3a0a44675493b12da990ec0.tar.gz jellyfin-packaging-28d40dd7783f292fa3a0a44675493b12da990ec0.tar.bz2 jellyfin-packaging-28d40dd7783f292fa3a0a44675493b12da990ec0.zip |
Merge pull request #17 from jellyfin/renovate/ci-deps
Update actions/checkout action to v4.1.5
-rw-r--r-- | .github/workflows/release-build.yaml | 16 |
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: |- |