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 64d6de2 commit 82b44feCopy full SHA for 82b44fe
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- [self-hosted, linux, ARM64]
24
runs-on: ${{ matrix.os }}
25
steps:
26
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
27
- uses: cachix/install-nix-action@9280e7aca88deada44c930f1e2c78e21c3ae3edd # v31
28
- uses: cachix/cachix-action@v16
29
with:
.github/workflows/update.yml
@@ -13,7 +13,7 @@ jobs:
13
build:
14
runs-on: ubuntu-latest
15
16
17
18
ref: main
19
- name: Free Disk Space (Ubuntu)
0 commit comments