We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4612698 commit 6cb5f76Copy full SHA for 6cb5f76
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
# For GitHub Comment Reporter
16
# https://megalinter.io/latest/reporters/GitHubCommentReporter/
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
19
20
# MegaLinter
21
- name: MegaLinter
@@ -53,7 +53,7 @@ jobs:
53
test:
54
runs-on: ubuntu-latest
55
56
57
58
- name: Guix cache
59
uses: actions/cache@v4
0 commit comments