chore(ci): bump pinned actions to their latest release
Build / build-arm64 (push) Successful in 1m42s
Lint Markdown files / markdown-lint (push) Successful in 11s
Build / build-amd64 (push) Successful in 59s

The pinned action versions had drifted apart between the container image repositories, which made it hard to tell
whether a workflow failure was caused by a local change or by an outdated action.

All actions are now pinned to the commit sha of their latest upstream release, so every repository runs the same
toolchain.
This commit is contained in:
2026-09-02 20:50:51 +02:00
parent 34e50ecde2
commit cdde515532
5 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0