We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291e405 commit fbbbe6dCopy full SHA for fbbbe6d
2 files changed
.github/workflows/macos-test.yml
@@ -23,7 +23,7 @@ jobs:
23
24
steps:
25
- name: Checkout repository
26
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
27
28
- name: Display system info
29
run: |
@@ -284,7 +284,7 @@ jobs:
284
285
286
287
288
289
- name: Test direct script execution
290
.github/workflows/windows-test.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
- name: Display PowerShell version
@@ -307,7 +307,7 @@ jobs:
307
308
309
310
311
312
313
0 commit comments