Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 8, 2024
1 parent a4f77e8 commit f32f241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f32f241

Please sign in to comment.