Skip to content

Commit

Permalink
ci(deps): update actions/checkout action to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 4, 2022
1 parent 8492b3f commit aab4498
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@v3.0.2
uses: actions/checkout@v3.1.0
with:
path: update-site
fetch-depth: 0
Expand Down

0 comments on commit aab4498

Please sign in to comment.