mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2024-11-27 00:00:25 +00:00
Update actions/checkout action to v4.1.5
This commit is contained in:
parent
d125f7fdb1
commit
51be1000ad
16
.github/workflows/release-build.yaml
vendored
16
.github/workflows/release-build.yaml
vendored
@ -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: |-
|
||||
|
Loading…
Reference in New Issue
Block a user