diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index 3a57dd9..646fb33 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -5,7 +5,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: install nix action - uses: https://github.com/DeterminateSystems/nix-installer-action@main + uses: https://github.com/DeterminateSystems/nix-installer-action@v5 with: github-token: ${{ secrets.GH_TOKEN }} - run: nix flake check diff --git a/.forgejo/workflows/fmt.yml b/.forgejo/workflows/fmt.yml index 1856fa5..bd5f504 100644 --- a/.forgejo/workflows/fmt.yml +++ b/.forgejo/workflows/fmt.yml @@ -5,7 +5,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: install nix action - uses: https://github.com/DeterminateSystems/nix-installer-action@main + uses: https://github.com/DeterminateSystems/nix-installer-action@v5 with: github-token: ${{ secrets.GH_TOKEN }} - run: nix run nixpkgs#alejandra -- -c . \ No newline at end of file