We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bac4854 + cab9939 commit 212cf72Copy full SHA for 212cf72
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
OS: ["ubuntu-latest", "macos-15", "windows-latest"]
18
steps:
19
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
20
with:
21
fetch-depth: 0
22
submodules: true
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
@@ -52,7 +52,7 @@ jobs:
52
if: github.event_name == 'push'
53
runs-on: ubuntu-latest
54
55
56
57
58
0 commit comments