diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2020-05-29 22:56:37 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2020-05-29 22:56:37 +0200 |
| commit | cec42039b0076f4cf002a4a00f29472d22528fb3 (patch) | |
| tree | 75ee1f315189ba090fa9e31d99216c724e2f7681 /.github/workflows/debug.yml | |
| parent | f55568ea4e31900cc40d6fcd254c7eb11e927632 (diff) | |
install-cachix-action: v8 -> v9
Diffstat (limited to '.github/workflows/debug.yml')
| -rw-r--r-- | .github/workflows/debug.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 1715c8e..c047035 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -13,7 +13,7 @@ jobs: runs-on: macos-10.15 steps: - uses: actions/checkout@v2 - - uses: cachix/install-nix-action@v8 + - uses: cachix/install-nix-action@v9 - run: | nix-channel --update echo "FIXME workaround channel permission error" |
