From 139ade760f12e152845abd25942c95a33f5c02fa Mon Sep 17 00:00:00 2001 From: rust Date: Sat, 17 Jan 2026 15:03:04 -0800 Subject: [PATCH] ci: Use semver tag for gitea-actions/nix-setup Switch from @main to @v1 for stability. Major version tag auto-updates to latest v1.x.x while avoiding breaking changes. Closes: nix-7zf --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7de3c9d..c0891a5 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: https://git.johnogle.info/johno/gitea-actions/nix-setup@main + - uses: https://git.johnogle.info/johno/gitea-actions/nix-setup@v1 - name: Check flake run: nix flake check