We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56bb3f7 + e62db64 commit e1a2da1Copy full SHA for e1a2da1
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@v5
+ - uses: actions/checkout@v6
20
with:
21
fetch-depth: 0
22
submodules: true
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
@@ -50,7 +50,7 @@ jobs:
50
if: github.event_name == 'push'
51
runs-on: ubuntu-latest
52
53
54
55
56
0 commit comments