.forgejo/workflows: Use explicit pkgdev image version
Some checks failed
/ pkgcheck (push) Failing after 1m16s

Signed-off-by: Manuel Friedli <manuel@fritteli.ch>
This commit is contained in:
Manuel Friedli 2026-03-14 22:34:29 +01:00
parent db772873a0
commit 9c49534cad
Signed by: manuel
GPG key ID: 41D08ABA75634DA1

View file

@ -3,7 +3,7 @@ jobs:
pkgcheck:
runs-on: docker
container:
image: gittr.ch/linux/pkgcheck:latest
image: gittr.ch/linux/pkgcheck:20260314
steps:
- name: Checkout repository
uses: https://gittr.ch/linux/forgejo-actions/checkout@v1