We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c115ed commit 1774217Copy full SHA for 1774217
1 file changed
.github/workflows/ci-build.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
# Doc: https://github.com/marketplace/actions/checkout
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
20
21
- name: Install deps, make & lint
22
run: |
0 commit comments