4 Commits

Author SHA1 Message Date
lilleman 6df90f3746 Merge branch 'main' into todo-yo
CI / full-gate (push) Successful in 7s
Mirror / github-mirror (push) Successful in 7s
2026-08-05 08:39:26 +02:00
lilleman a8217a4ff8 Merge branch 'main' into renovate/actions-checkout-7.x
CI / full-gate (push) Successful in 2m42s
Mirror / github-mirror (push) Successful in 6s
2026-08-05 08:31:53 +02:00
lilleman ea1596eabd Merge branch 'main' into renovate/actions-checkout-7.x
CI / full-gate (push) Successful in 2m38s
2026-08-05 08:28:47 +02:00
renovate-bot 612a0ab8f2 Update actions/checkout action to v7
CI / full-gate (push) Successful in 2m40s
Release-Bump: major
2026-08-05 04:20:10 +00:00
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
full-gate: full-gate:
runs-on: docker-host runs-on: docker-host
steps: steps:
- uses: actions/checkout@v4.4.0 - uses: actions/checkout@v7.0.1
with: with:
fetch-depth: 0 # ci.sh's docs-only check needs history; checkout defaults to depth 1 fetch-depth: 0 # ci.sh's docs-only check needs history; checkout defaults to depth 1
- run: bash ci.sh - run: bash ci.sh
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
github-mirror: github-mirror:
runs-on: docker-host runs-on: docker-host
steps: steps:
- uses: actions/checkout@v4.4.0 - uses: actions/checkout@v7.0.1
with: with:
fetch-depth: 0 fetch-depth: 0
- run: | - run: |
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
prune-stale-images: prune-stale-images:
runs-on: docker-host runs-on: docker-host
steps: steps:
- uses: actions/checkout@v4.4.0 - uses: actions/checkout@v7.0.1
- name: Delete hash images that are neither release-tagged nor a branch head - name: Delete hash images that are neither release-tagged nor a branch head
env: env:
REGISTRY_TOKEN: ${{ secrets.DOCKER_REGISTRY_TOKEN }} REGISTRY_TOKEN: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
retag-image: retag-image:
runs-on: docker-host runs-on: docker-host
steps: steps:
- uses: actions/checkout@v4.4.0 - uses: actions/checkout@v7.0.1
- name: Promote the commit-hash image to semver + latest - name: Promote the commit-hash image to semver + latest
env: env:
GIT_TAG: ${{ github.ref_name }} GIT_TAG: ${{ github.ref_name }}
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
runs-on: docker-host runs-on: docker-host
needs: renovate needs: renovate
steps: steps:
- uses: actions/checkout@v4.4.0 - uses: actions/checkout@v7.0.1
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Tag a release for what Renovate merged - name: Tag a release for what Renovate merged