From 9c5d3b3cb7c101c64a0fa95d265cb0f52f67551d Mon Sep 17 00:00:00 2001 From: Alex Jackson Date: Tue, 30 May 2023 10:28:21 -0500 Subject: [PATCH] Update README.md with latest v3 version Updates readme to reflect latest `v3` release of the action. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26c18e1..12e7638 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v2 + uses: DeterminateSystems/nix-installer-action@v3 - name: Run `nix build` run: nix build . ```