fix: use checkout tag in nix smoke
runner nix smoke / nix label smoke (push) Failing after 16s

This commit is contained in:
2026-09-08 09:10:20 +00:00
parent 78403f6a44
commit 4cbd8c6921
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
runs-on: nix runs-on: nix
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af6832 # v4.2.2 uses: actions/checkout@v4.2.2
- name: Nix version and cache configuration - name: Nix version and cache configuration
run: | run: |