We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d2b9c3 + af18dee commit a5ebf01Copy full SHA for a5ebf01
.github/workflows/.test.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
-
25
name: Checkout
26
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
27
28
name: List targets
29
id: generate
.github/workflows/ld.yml
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
name: Create targets matrix
42
id: targets
@@ -123,7 +123,7 @@ jobs:
123
124
125
126
127
128
129
@@ -230,7 +230,7 @@ jobs:
230
231
232
233
234
235
name: Prepare
236
run: |
0 commit comments