Skip to content

Commit 0da2292

Browse files
chore(ci): bump the github-actions group with 3 updates (#2023)
1 parent 612ea4f commit 0da2292

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/end-to-end.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- name: Checkout source code
4141
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
42-
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
42+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
4343
with:
4444
workspaces: ". -> target-pixi"
4545
key: ${{ hashFiles('pixi.lock') }}

.github/workflows/python-release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
3838
with:
3939
ref: ${{ inputs.sha }}
40-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
40+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
4141
with:
4242
python-version: ${{ env.PYTHON_VERSION }}
4343
- name: "Build sdist"
@@ -77,7 +77,7 @@ jobs:
7777
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
7878
with:
7979
ref: ${{ inputs.sha }}
80-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
80+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
8181
with:
8282
python-version: ${{ env.PYTHON_VERSION }}
8383
architecture: ${{ matrix.platform.arch }}
@@ -112,7 +112,7 @@ jobs:
112112
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
113113
with:
114114
ref: ${{ inputs.sha }}
115-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
115+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
116116
with:
117117
python-version: ${{ env.PYTHON_VERSION }}
118118
architecture: x64
@@ -150,7 +150,7 @@ jobs:
150150
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
151151
with:
152152
ref: ${{ inputs.sha }}
153-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
153+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
154154
with:
155155
python-version: ${{ env.PYTHON_VERSION }}
156156
- name: "Build wheels"
@@ -193,7 +193,7 @@ jobs:
193193
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
194194
with:
195195
ref: ${{ inputs.sha }}
196-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
196+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
197197
with:
198198
python-version: ${{ env.PYTHON_VERSION }}
199199
architecture: x64
@@ -245,7 +245,7 @@ jobs:
245245
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
246246
with:
247247
ref: ${{ inputs.sha }}
248-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
248+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
249249
with:
250250
python-version: ${{ env.PYTHON_VERSION }}
251251
- name: "Build wheels"
@@ -279,7 +279,7 @@ jobs:
279279
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
280280
with:
281281
ref: ${{ inputs.sha }}
282-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
282+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
283283
with:
284284
python-version: ${{ env.PYTHON_VERSION }}
285285
architecture: x64
@@ -306,7 +306,7 @@ jobs:
306306
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
307307
with:
308308
ref: ${{ inputs.sha }}
309-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
309+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
310310
with:
311311
python-version: ${{ env.PYTHON_VERSION }}
312312
architecture: x64

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
toolchain: "1.89.0"
3939
components: clippy,rustfmt
40-
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
40+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
4141
# https://github.com/actions/runner-images/issues/5459#issuecomment-1532856844
4242
- name: Set up GNU patch on Windows
4343
# Needed to use GNU patch instead of Strawberry Perl patch
@@ -156,7 +156,7 @@ jobs:
156156

157157
- name: Install cross
158158
if: matrix.use-cross
159-
uses: taiki-e/install-action@f79fe7514db78f0a7bdba3cb6dd9c1baa7d046d9 # v2
159+
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d # v2
160160
with:
161161
tool: cross
162162

0 commit comments

Comments
 (0)