diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 24ff4f1..1a220c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: os: ubuntu-24.04-arm runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5 - uses: cachix/install-nix-action@c202056c6d0293bbc1c45caaa531f8f918914e53 # v31 - name: Building tarball for ${{ matrix.arch }} run: nix build @@ -46,7 +46,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5 with: fetch-depth: 0 - name: Determine new version