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.
1 parent 394cbc0 commit 216cb69Copy full SHA for 216cb69
.github/workflows/mswin.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
25
- name: Set up Ruby
26
uses: ruby/setup-ruby@v1
.github/workflows/windows-build-tools.yml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: false
- name: Copy msys2 files to temp dir
run: |
@@ -58,7 +58,7 @@ jobs:
58
- { gcc: ucrt64-3.0 , ruby: ucrt }
59
60
61
62
63
64
0 commit comments