Fix all workflows by updating setup-docker-action
authorPablo Zmdl <redacted>
Tue, 18 Nov 2025 08:04:31 +0000 (09:04 +0100)
committerPablo Zmdl <redacted>
Tue, 18 Nov 2025 08:05:58 +0000 (09:05 +0100)
The previously used commit returned a 404 since a short while

.github/workflows/build-and-publish-development.yml
.github/workflows/build-and-publish-nightly.yml
.github/workflows/build.yml
.github/workflows/test.yml

index d41293400454aad4166347750112f9145062805b..248a19f63bfec10ca0e81846d942d0711e15480d 100644 (file)
@@ -25,7 +25,7 @@ jobs:
         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
       - name: Set up Docker
         # This step is required to enable the containerd image store, which is required by the cache type=gha
-        uses: docker/setup-docker-action@b60f85385d03ac8acfca6d9996982511d8620a19 # v4.3.0
+        uses: docker/setup-docker-action@efe9e3891a4f7307e689f2100b33a155b900a608 # v4.5.0
         with:
           daemon-config: |
            {
index 63c59a1cbc801d94dd222d12b6f08744f0932313..a7ce70fe55c66a6f039f9cea8a27f40386b84a2e 100644 (file)
@@ -17,7 +17,7 @@ jobs:
         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
       - name: Set up Docker
         # This step is required to enable the containerd image store, which is required by the cache type=gha
-        uses: docker/setup-docker-action@b60f85385d03ac8acfca6d9996982511d8620a19 # v4.3.0
+        uses: docker/setup-docker-action@efe9e3891a4f7307e689f2100b33a155b900a608 # v4.5.0
         with:
           daemon-config: |
            {
index 056802a84b38d10b2d73ea6515d985153e6f93a3..784c670d46bdf0c4e7ea7696ec2144c5e10e9ecd 100644 (file)
@@ -78,7 +78,7 @@ jobs:
         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
       - name: Set up Docker
         # This step is required to enable the containerd image store, which is required by the cache type=gha
-        uses: docker/setup-docker-action@b60f85385d03ac8acfca6d9996982511d8620a19 # v4.3.0
+        uses: docker/setup-docker-action@efe9e3891a4f7307e689f2100b33a155b900a608 # v4.5.0
         with:
           daemon-config: |
            {
index 6ad30cffdf33639313d074e4106ed02e753ed97e..14de905e3a15e45e47b754ff16e5aa43e3cb7771 100644 (file)
@@ -43,7 +43,7 @@ jobs:
         uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
       - name: Set up Docker
         # This step is required to enable the containerd image store, which is required by the cache type=gha
-        uses: docker/setup-docker-action@b60f85385d03ac8acfca6d9996982511d8620a19 # v4.3.0
+        uses: docker/setup-docker-action@efe9e3891a4f7307e689f2100b33a155b900a608 # v4.5.0
         with:
           daemon-config: |
            {
git clone https://git.99rst.org/PROJECT