diff --git a/action.yml b/action.yml index 86fa5451..a03c2b0c 100644 --- a/action.yml +++ b/action.yml @@ -66,7 +66,7 @@ runs: - name: Setup cachix # What the fuck is this shit? See https://github.com/actions/runner/issues/1483 if: format('{0}', inputs.setup-cachix) == 'true' - uses: cachix/cachix-action@v13 + uses: cachix/cachix-action@v14 with: name: ${{ inputs.cachix-name == '' && github.repository_owner || inputs.cachix-name }} pushFilter: ${{ inputs.cachix-push-filter }}