Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and DanySK committed Oct 20, 2023
1 parent 207c136 commit ffdf5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
node-version: ${{ steps.node-version.outputs.version }}
- name: Checkout the update site
if: matrix.jvm_version == 11 && contains('Linux', runner.os)
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
with:
path: update-site
fetch-depth: 0
Expand Down

0 comments on commit ffdf5ce

Please sign in to comment.