Skip to content

Commit 1cb0b68

Browse files
authored
Merge pull request #368 from autonomys/update-subspace
Update Subspace to the latest `main` revision
2 parents f0fd563 + bcae3af commit 1cb0b68

File tree

4 files changed

+70
-69
lines changed

4 files changed

+70
-69
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
if: runner.os == 'Linux'
5050

5151
- name: Configure GTK4 cache (Windows)
52-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
52+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
5353
id: cache
5454
with:
5555
path: C:\gtk-build\gtk\x64\release
@@ -116,7 +116,7 @@ jobs:
116116
if: runner.os == 'macOS'
117117

118118
- name: CUDA toolchain (Windows)
119-
uses: Jimver/cuda-toolkit@dc581bec6470cf161025608f13d71b3c00c2c0b7 # v0.2.17
119+
uses: Jimver/cuda-toolkit@4bd727d5619dc6fa323b1e76c3aa5dca94f5ec6d # v0.2.19
120120
with:
121121
cuda: '12.4.1'
122122
method: network
@@ -142,7 +142,7 @@ jobs:
142142
if: matrix.build.target == 'aarch64-unknown-linux-gnu'
143143

144144
- name: Configure cache
145-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
145+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
146146
with:
147147
path: |
148148
~/.cargo/registry

.github/workflows/rust.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
repo-token: ${{ secrets.GITHUB_TOKEN }}
3838

3939
- name: Configure cache
40-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
40+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
4141
with:
4242
path: |
4343
~/.cargo/registry
@@ -72,7 +72,7 @@ jobs:
7272
if: runner.os == 'macOS'
7373

7474
- name: Configure GTK4 cache (Windows)
75-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
75+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
7676
id: cache
7777
with:
7878
path: C:\gtk-build\gtk\x64\release
@@ -124,7 +124,7 @@ jobs:
124124
if: runner.os == 'macOS'
125125

126126
- name: CUDA toolchain (Windows)
127-
uses: Jimver/cuda-toolkit@dc581bec6470cf161025608f13d71b3c00c2c0b7 # v0.2.17
127+
uses: Jimver/cuda-toolkit@4bd727d5619dc6fa323b1e76c3aa5dca94f5ec6d # v0.2.19
128128
with:
129129
cuda: '12.4.1'
130130
method: network
@@ -146,7 +146,7 @@ jobs:
146146
if: runner.os == 'macOS'
147147

148148
- name: Configure cache
149-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
149+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
150150
with:
151151
path: |
152152
~/.cargo/registry
@@ -193,7 +193,7 @@ jobs:
193193
if: runner.os == 'macOS'
194194

195195
- name: Configure GTK4 cache (Windows)
196-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
196+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
197197
id: cache
198198
with:
199199
path: C:\gtk-build\gtk\x64\release
@@ -265,7 +265,7 @@ jobs:
265265
if: runner.os == 'macOS'
266266

267267
- name: Configure cache
268-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
268+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
269269
with:
270270
path: |
271271
~/.cargo/registry

0 commit comments

Comments
 (0)