diff options
author | Domen Kožar <domen@dev.si> | 2021-04-12 08:05:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 08:05:39 +0200 |
commit | 525015be7f908876e04e8d99c26b9ba8d13fb5d7 (patch) | |
tree | c65b5ba5163ff5ab40e472716a7ea6794436381d | |
parent | 42f0246698cff491f084547f7aaa9e778f629065 (diff) | |
parent | 35faff73259521fdb0bf884db969c4774fced739 (diff) |
Merge pull request #4706 from NixOS/dependabot/github_actions/cachix/cachix-action-v10
Bump cachix/cachix-action from v9 to v10
-rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33035ca1e..17a79dc97 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - uses: cachix/install-nix-action@v13 - run: echo CACHIX_NAME="$(echo $GITHUB_REPOSITORY-install-tests | tr "[A-Z]/" "[a-z]-")" >> $GITHUB_ENV - - uses: cachix/cachix-action@v9 + - uses: cachix/cachix-action@v10 with: name: '${{ env.CACHIX_NAME }}' signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' @@ -45,7 +45,7 @@ jobs: fetch-depth: 0 - run: echo CACHIX_NAME="$(echo $GITHUB_REPOSITORY-install-tests | tr "[A-Z]/" "[a-z]-")" >> $GITHUB_ENV - uses: cachix/install-nix-action@v13 - - uses: cachix/cachix-action@v9 + - uses: cachix/cachix-action@v10 with: name: '${{ env.CACHIX_NAME }}' signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' |