Skip to content

Commit

Permalink
ci(deps): update danysk/action-checkout action to v0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 3a854a2 commit b337188
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
timeout-minutes: 180
steps:
- name: Checkout
uses: danysk/[email protected].19
uses: danysk/[email protected].20
- uses: DanySK/[email protected]
with:
pre-build-command: true
Expand All @@ -95,7 +95,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout
uses: danysk/[email protected].19
uses: danysk/[email protected].20
- uses: DanySK/[email protected]
with:
retries-on-failure: 5
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
timeout-minutes: 120
steps:
- name: Checkout with full history
uses: danysk/[email protected].19
uses: danysk/[email protected].20
- uses: DanySK/[email protected]
with:
signing-key: ${{ secrets.SIGNING_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-ancillary-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
group: javadoc-io-${{ github.workflow }}-${{ github.event.number || github.ref }}
steps:
- name: Checkout
uses: danysk/[email protected].19
uses: danysk/[email protected].20
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- uses: DanySK/[email protected]
Expand Down

0 comments on commit b337188

Please sign in to comment.