Skip to content

Commit 320f389

Browse files
committed
.
1 parent 07bb5b1 commit 320f389

15 files changed

Lines changed: 29 additions & 29 deletions

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
mkdir -p src
5555
printf 'fn main() {\n println!("Hello, world!");\n}\n' > src/main.rs
5656
57-
- uses: actions-ext/python/setup@3327753a563b380e4efc5cb91a548301e68c2e64
57+
- uses: actions-ext/python/setup@14e52561e5f255ba52d2e04d3cc2f3dedb1065af
5858
with:
5959
version: '3.11'
6060

cpp/.github/workflows/build.yaml.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
persist-credentials: false
8585

86-
- uses: actions-ext/python/setup@3327753a563b380e4efc5cb91a548301e68c2e64
86+
- uses: actions-ext/python/setup@14e52561e5f255ba52d2e04d3cc2f3dedb1065af
8787
with:
8888
version: {% raw %}${{ matrix.python-version }}{% endraw %}
8989

@@ -161,12 +161,12 @@ jobs:
161161
CIBW_BEFORE_ALL: for /f "usebackq tokens=*" %i in (`vswhere -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath`) do call "%i\VC\Auxiliary\Build\vcvars64.bat"
162162
if: matrix.os == 'windows-latest'
163163

164-
- uses: actions-ext/python/test-wheel@3327753a563b380e4efc5cb91a548301e68c2e64
164+
- uses: actions-ext/python/test-wheel@14e52561e5f255ba52d2e04d3cc2f3dedb1065af
165165
with:
166166
module: {{module}}
167167
if: matrix.os == 'ubuntu-latest'
168168

169-
- uses: actions-ext/python/test-sdist@3327753a563b380e4efc5cb91a548301e68c2e64
169+
- uses: actions-ext/python/test-sdist@14e52561e5f255ba52d2e04d3cc2f3dedb1065af
170170
with:
171171
module: {{module}}
172172
if: matrix.os == 'ubuntu-latest'

cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
persist-credentials: false
2222

23-
- uses: actions-ext/python/setup@3327753a563b380e4efc5cb91a548301e68c2e64
23+
- uses: actions-ext/python/setup@14e52561e5f255ba52d2e04d3cc2f3dedb1065af
2424

2525
- name: Download dist from build
2626
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8

cppjswasm/.github/workflows/build.yaml.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
persist-credentials: false
4141

42-
- uses: actions-ext/python/setup@3327753a563b380e4efc5cb91a548301e68c2e64
42+
- uses: actions-ext/python/setup@14e52561e5f255ba52d2e04d3cc2f3dedb1065af
4343
with:
4444
version: {% raw %}${{ matrix.python-version }}{% endraw %}
4545

@@ -123,12 +123,12 @@ jobs:
123123
CIBW_BEFORE_ALL: for /f "usebackq tokens=*" %i in (`vswhere -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath`) do call "%i\VC\Auxiliary\Build\vcvars64.bat"
124124
if: matrix.os == 'windows-latest'
125125

126-
- uses: actions-ext/python/test-wheel@3327753a563b380e4efc5cb91a548301e68c2e64
126+
- uses: actions-ext/python/test-wheel@14e52561e5f255ba52d2e04d3cc2f3dedb1065af
127127
with:
128128
module: {{module}}
129129
if: matrix.os == 'ubuntu-latest'
130130

131-
- uses: actions-ext/python/test-sdist@3327753a563b380e4efc5cb91a548301e68c2e64
131+
- uses: actions-ext/python/test-sdist@14e52561e5f255ba52d2e04d3cc2f3dedb1065af
132132
with:
133133
module: {{module}}
134134
if: matrix.os == 'ubuntu-latest'

cppjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
persist-credentials: false
2222

23-
- uses: actions-ext/python/setup@3327753a563b380e4efc5cb91a548301e68c2e64
23+
- uses: actions-ext/python/setup@14e52561e5f255ba52d2e04d3cc2f3dedb1065af
2424

2525
- name: Download dist from build
2626
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8

js/.github/workflows/build.yaml.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
persist-credentials: false
4040

41-
- uses: actions-ext/python/setup@3327753a563b380e4efc5cb91a548301e68c2e64
41+
- uses: actions-ext/python/setup@14e52561e5f255ba52d2e04d3cc2f3dedb1065af
4242
with:
4343
version: {% raw %}${{ matrix.python-version }}{% endraw %}
4444

@@ -86,12 +86,12 @@ jobs:
8686
run: make dist
8787
if: matrix.os == 'ubuntu-latest'
8888

89-
- uses: actions-ext/python/test-wheel@3327753a563b380e4efc5cb91a548301e68c2e64
89+
- uses: actions-ext/python/test-wheel@14e52561e5f255ba52d2e04d3cc2f3dedb1065af
9090
with:
9191
module: {{module}}
9292
if: matrix.os == 'ubuntu-latest'
9393

94-
- uses: actions-ext/python/test-sdist@3327753a563b380e4efc5cb91a548301e68c2e64
94+
- uses: actions-ext/python/test-sdist@14e52561e5f255ba52d2e04d3cc2f3dedb1065af
9595
with:
9696
module: {{module}}
9797
if: matrix.os == 'ubuntu-latest'

js/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
persist-credentials: false
2222

23-
- uses: actions-ext/python/setup@3327753a563b380e4efc5cb91a548301e68c2e64
23+
- uses: actions-ext/python/setup@14e52561e5f255ba52d2e04d3cc2f3dedb1065af
2424

2525
- name: Download dist from build
2626
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8

jupyter/.github/workflows/build.yaml.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
persist-credentials: false
4040

41-
- uses: actions-ext/python/setup@3327753a563b380e4efc5cb91a548301e68c2e64
41+
- uses: actions-ext/python/setup@14e52561e5f255ba52d2e04d3cc2f3dedb1065af
4242
with:
4343
version: {% raw %}${{ matrix.python-version }}{% endraw %}
4444

@@ -86,12 +86,12 @@ jobs:
8686
run: make dist
8787
if: matrix.os == 'ubuntu-latest'
8888

89-
- uses: actions-ext/python/test-wheel@3327753a563b380e4efc5cb91a548301e68c2e64
89+
- uses: actions-ext/python/test-wheel@14e52561e5f255ba52d2e04d3cc2f3dedb1065af
9090
with:
9191
module: {{module}}
9292
if: matrix.os == 'ubuntu-latest'
9393

94-
- uses: actions-ext/python/test-sdist@3327753a563b380e4efc5cb91a548301e68c2e64
94+
- uses: actions-ext/python/test-sdist@14e52561e5f255ba52d2e04d3cc2f3dedb1065af
9595
with:
9696
module: {{module}}
9797
if: matrix.os == 'ubuntu-latest'

jupyter/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
persist-credentials: false
2222

23-
- uses: actions-ext/python/setup@3327753a563b380e4efc5cb91a548301e68c2e64
23+
- uses: actions-ext/python/setup@14e52561e5f255ba52d2e04d3cc2f3dedb1065af
2424

2525
- name: Download dist from build
2626
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8

python/.github/workflows/build.yaml.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
persist-credentials: false
3939

40-
- uses: actions-ext/python/setup@3327753a563b380e4efc5cb91a548301e68c2e64
40+
- uses: actions-ext/python/setup@14e52561e5f255ba52d2e04d3cc2f3dedb1065af
4141
with:
4242
version: {% raw %}${{ matrix.python-version }}{% endraw %}
4343

@@ -76,11 +76,11 @@ jobs:
7676
- name: Make dist
7777
run: make dist
7878

79-
- uses: actions-ext/python/test-wheel@3327753a563b380e4efc5cb91a548301e68c2e64
79+
- uses: actions-ext/python/test-wheel@14e52561e5f255ba52d2e04d3cc2f3dedb1065af
8080
with:
8181
module: {{module}}
8282

83-
- uses: actions-ext/python/test-sdist@3327753a563b380e4efc5cb91a548301e68c2e64
83+
- uses: actions-ext/python/test-sdist@14e52561e5f255ba52d2e04d3cc2f3dedb1065af
8484
with:
8585
module: {{module}}
8686

0 commit comments

Comments
 (0)