.forgejo/workflows: Use latest pkgcheck image
All checks were successful
/ pkgcheck (push) Successful in 48s

Signed-off-by: Manuel Friedli <manuel@fritteli.ch>
This commit is contained in:
Manuel Friedli 2026-03-15 10:52:27 +01:00
parent 9c49534cad
commit fee5ba200f

View file

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