Skip to content

Commit

Permalink
chore(deps): update actions/setup-java digest to 3a4f6e1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 2ccdd3a commit eadd436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run package
- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4
if: ${{ env.ACT}}
with:
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
repository: nf-core/setup-nextflow
ref: v2.1.4
path: setup-nextflow
- uses: actions/setup-java@28b532bcb39ad928b00bc3cbce25c94d11654854
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12
with:
java-version: ${{ inputs.java-version }}
distribution: ${{ inputs.java-distribution }}
Expand Down

0 comments on commit eadd436

Please sign in to comment.