Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 1, 2022
1 parent 7e24a32 commit 26c828f
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 @@ -30,7 +30,7 @@ jobs:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- name: Checkout the update site
if: matrix.jvm_version == 8 && matrix.os == 'ubuntu'
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.0.0
with:
path: update-site
fetch-depth: 0
Expand Down

0 comments on commit 26c828f

Please sign in to comment.