Skip to content

Commit 53206f3

Browse files
Update actions/checkout action to v4 (#132)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 32a9cee commit 53206f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_gradle_task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
### Gradle task ###
5757

5858
- name: Checkout the repo
59-
uses: actions/checkout@v3
59+
uses: actions/checkout@v4
6060
with:
6161
ref: ${{ inputs.checkout-ref || github.ref }}
6262

.github/workflows/run_publish_site.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout the repo
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
with:
3232
ref: ${{ inputs.checkout-ref || github.ref }}
3333

0 commit comments

Comments
 (0)