Skip to content

Commit feeca57

Browse files
authored
Merge pull request #13 from appuio/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 5e1952b + 6f2e4ee commit feeca57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
dist:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
with:
1313
fetch-depth: "0"
1414
- name: Build changelog from PRs with labels

0 commit comments

Comments
 (0)