-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(deps): update actions/checkout action to v4.1.5
- Loading branch information
1 parent
a4f77e8
commit f32f241
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
min-java: ${{ steps.range.outputs.min-java }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
- name: Compute range | ||
id: range | ||
run: .github/compute-java-range.rb >> "$GITHUB_OUTPUT" | ||
|
@@ -69,7 +69,7 @@ jobs: | |
node-version: ${{ steps.node-version.outputs.version }} | ||
- name: Checkout the update site | ||
if: matrix.jvm_version == ${{ needs.compute-java-range.outputs.min-java }} && contains('Linux', runner.os) | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
path: update-site | ||
fetch-depth: 0 | ||
|