ci: fix nix hash issue (#11530)

Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
This commit is contained in:
Aiden Cline
2026-01-31 17:57:07 -06:00
committed by GitHub
parent 0961632a9c
commit 8b7fe7c09f
2 changed files with 4 additions and 4 deletions

View File

@@ -84,9 +84,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
persist-credentials: false
fetch-depth: 0
ref: ${{ github.ref_name }}