Skip to content

Commit

Permalink
gradle.yml: update to install-nix-action@v30
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jan 16, 2025
1 parent 6686417 commit 533ec9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- name: Install Nix
uses: cachix/install-nix-action@v25
uses: cachix/install-nix-action@v30
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Install secp256k1 with Nix
Expand Down

0 comments on commit 533ec9f

Please sign in to comment.