Skip to content

Commit 6cb5f76

Browse files
Update actions/checkout action to v6
1 parent 4612698 commit 6cb5f76

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
@@ -53,7 +53,7 @@ jobs:
5353
test:
5454
runs-on: ubuntu-latest
5555
steps:
56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@v6
5757

5858
- name: Guix cache
5959
uses: actions/cache@v4

0 commit comments

Comments
 (0)