Skip to content

Commit 1735935

Browse files
authored
Merge pull request #74 from voruti/renovate/actions-checkout-5.x
2 parents ac5cf2a + db5f131 commit 1735935

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222
- name: Set up JDK 17

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
outputs:
1212
on_main: ${{ steps.contains_tag.outputs.retval }}
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0
1717
- uses: rickstaa/action-contains-tag@v1.2.10
@@ -28,7 +28,7 @@ jobs:
2828

2929
# --- from main.yml ---
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
fetch-depth: 0
3434
- name: Set up JDK 17

0 commit comments

Comments
 (0)