Skip to content

Commit 099d53b

Browse files
Update actions/checkout action to v5
1 parent 9d64f27 commit 099d53b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/run_gradle_dependency_graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434

3535
- name: Checkout the repo
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
with:
3838
ref: ${{ inputs.checkout-ref || github.ref }}
3939

.github/workflows/run_gradle_task.yml

Lines changed: 1 addition & 1 deletion
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@v4
59+
uses: actions/checkout@v5
6060
with:
6161
ref: ${{ inputs.checkout-ref || github.ref }}
6262

.github/workflows/run_publish_site.yml

Lines changed: 1 addition & 1 deletion
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@v4
30+
uses: actions/checkout@v5
3131
with:
3232
ref: ${{ inputs.checkout-ref || github.ref }}
3333

0 commit comments

Comments
 (0)