Skip to content

Commit 3101ccc

Browse files
shahariaazamVibeXP Bot
andauthored
Update actions/checkout to v6
Co-authored-by: VibeXP Bot <bot@vibexp.io>
1 parent a2149a4 commit 3101ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/kind-cluster.yml

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

1616
steps:
1717
- name: Check out code
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v6
1919

2020
- name: Set up kind cluster
2121
run: |

.github/workflows/lint.yml

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

2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626

2727
- name: Super-linter
2828
uses: super-linter/super-linter@v5

0 commit comments

Comments
 (0)