Skip to content

Commit bde2287

Browse files
Update actions/checkout action to v6
1 parent ab831f2 commit bde2287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# For GitHub Comment Reporter
1616
# https://megalinter.io/latest/reporters/GitHubCommentReporter/
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919

2020
# MegaLinter
2121
- name: MegaLinter
@@ -66,7 +66,7 @@ jobs:
6666
- "1.23"
6767
- "1.24"
6868
steps:
69-
- uses: actions/checkout@v4
69+
- uses: actions/checkout@v6
7070

7171
- name: Setup Go ${{ matrix.go-version }}
7272
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)