Skip to content

Commit 290a895

Browse files
Update actions/checkout action to v5
1 parent ccc02f9 commit 290a895

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/kubeconform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
validate:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
7+
- uses: actions/checkout@v5
88
with:
99
fetch-depth: 0
1010
- name: Check if Services have changed

.github/workflows/linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Yaml Linter
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: yaml-lint
1414
uses: ibiqlik/action-yamllint@v3
1515
with:

0 commit comments

Comments
 (0)