aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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