Skip to content

Commit c47f6aa

Browse files
committed
Tracking ci.yml changes from master.
1 parent 2cfc017 commit c47f6aa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci_sh_def.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
# MSVC, but for now, this action works:
166166
- name: Prepare compiler environment for Windows 🐍 2.7
167167
if: matrix.python == 2.7 && runner.os == 'Windows'
168-
uses: ilammy/[email protected].0
168+
uses: ilammy/[email protected].1
169169
with:
170170
arch: x64
171171

@@ -751,7 +751,7 @@ jobs:
751751
uses: jwlawson/[email protected]
752752

753753
- name: Prepare MSVC
754-
uses: ilammy/[email protected].0
754+
uses: ilammy/[email protected].1
755755
with:
756756
arch: x86
757757

@@ -798,7 +798,7 @@ jobs:
798798
uses: jwlawson/[email protected]
799799

800800
- name: Prepare MSVC
801-
uses: ilammy/[email protected].0
801+
uses: ilammy/[email protected].1
802802
with:
803803
toolset: 14.0
804804

.github/workflows/ci_sh_def.yml.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- ci.yml 2021-05-21 13:42:19.190272826 -0700
2-
+++ ci_sh_def.yml 2021-05-21 13:43:22.370288175 -0700
1+
--- ci.yml 2021-05-27 11:30:03.442224943 -0700
2+
+++ ci_sh_def.yml 2021-05-27 11:30:42.672719066 -0700
33
@@ -1,4 +1,15 @@
44
-name: CI-SH-AVL
55
+# PLEASE KEEP THIS GROUP OF FILES IN SYNC AT ALL TIMES:

0 commit comments

Comments
 (0)