From 26a60df8c032f472c2a4b6fbe711a71a3d0558a0 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 5 Oct 2023 18:57:57 -0400 Subject: [PATCH] ci: pin nix-installer-action --- .forgejo/workflows/check.yml | 2 +- .forgejo/workflows/fmt.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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