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 18b5adf commit 427a41aCopy full SHA for 427a41a
.github/workflows/e2e.yml
@@ -42,7 +42,7 @@ jobs:
42
# Install nix using cachix/install-nix-action if running on ARC runners
43
# See: https://github.com/DeterminateSystems/nix-installer-action/issues/68
44
- name: Install Nix on self-hosted ARC runners
45
- uses: cachix/install-nix-action@v29
+ uses: cachix/install-nix-action@v30
46
if: inputs.runs-on == 'self-hosted-ncn-dind'
47
with:
48
github_access_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments