We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d978243 commit 450305aCopy full SHA for 450305a
.github/workflows/e2e.yml
@@ -38,7 +38,7 @@ jobs:
38
# Install nix using cachix/install-nix-action if running on ARC runners
39
# See: https://github.com/DeterminateSystems/nix-installer-action/issues/68
40
- name: Install Nix on self-hosted ARC runners
41
- uses: cachix/install-nix-action@V28
+ uses: cachix/install-nix-action@v29
42
if: inputs.runs-on == 'self-hosted-ncn-dind'
43
with:
44
github_access_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments