Skip to content

Commit 6c6e9ec

Browse files
authored
Merge pull request #225 from kube-logging/renovate/github/workflows-all
.github/workflows Update actions/checkout action to v5
2 parents feba500 + 5840387 commit 6c6e9ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/artifacts.yaml

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

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232

3333
- name: Gather metadata
3434
id: meta

.github/workflows/ci.yaml

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

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Gather metadata
2727
id: meta

0 commit comments

Comments
 (0)