Skip to content

Commit 1880263

Browse files
ci(deps): update danysk/action-checkout action to v0.2.29 (#5386)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07f9be9 commit 1880263

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
timeout-minutes: 30
7777
steps:
7878
- name: Checkout
79-
uses: danysk/action-checkout@17f5de6c9546f22aad5eab262982aa8847eebd4f # 0.2.28
79+
uses: danysk/action-checkout@6e7553884091a482fd7d86e876c286d3fb2db292 # 0.2.29
8080
- uses: DanySK/build-check-deploy-gradle-action@28ef158d2a2c366ec647ef8fc4f9a4243ebf8ef4 # 4.0.33
8181
with:
8282
retries-on-failure: 5
@@ -131,7 +131,7 @@ jobs:
131131
timeout-minutes: 120
132132
steps:
133133
- name: Checkout with full history
134-
uses: danysk/action-checkout@17f5de6c9546f22aad5eab262982aa8847eebd4f # 0.2.28
134+
uses: danysk/action-checkout@6e7553884091a482fd7d86e876c286d3fb2db292 # 0.2.29
135135
- uses: DanySK/build-check-deploy-gradle-action@28ef158d2a2c366ec647ef8fc4f9a4243ebf8ef4 # 4.0.33
136136
with:
137137
signing-key: ${{ secrets.SIGNING_KEY }}

.github/workflows/update-ancillary-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
group: javadoc-io-${{ github.workflow }}-${{ github.event.number || github.ref }}
1515
steps:
1616
- name: Checkout
17-
uses: danysk/action-checkout@17f5de6c9546f22aad5eab262982aa8847eebd4f # 0.2.28
17+
uses: danysk/action-checkout@6e7553884091a482fd7d86e876c286d3fb2db292 # 0.2.29
1818
with:
1919
token: ${{ secrets.DEPLOYMENT_TOKEN }}
2020
- uses: DanySK/build-check-deploy-gradle-action@28ef158d2a2c366ec647ef8fc4f9a4243ebf8ef4 # 4.0.33

0 commit comments

Comments
 (0)