Skip to content

Commit 7254621

Browse files
authored
Merge pull request #3254 from nest/dependabot/github_actions/actions/setup-python-5.1.1
Bump actions/setup-python from 5.1.0 to 5.1.1
2 parents 982937a + b046b55 commit 7254621

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/nestbuildmatrix.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
fetch-depth: 0
7272

7373
- name: "Set up Python 3.x"
74-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
74+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
7575
with:
7676
python-version: "3.10"
7777

@@ -98,7 +98,7 @@ jobs:
9898
fetch-depth: 0
9999

100100
- name: "Set up Python 3.x"
101-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
101+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
102102
with:
103103
python-version: "3.10"
104104

@@ -130,7 +130,7 @@ jobs:
130130
fetch-depth: 0
131131

132132
- name: "Set up Python 3.x"
133-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
133+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
134134
with:
135135
python-version: "3.10"
136136

@@ -157,7 +157,7 @@ jobs:
157157
fetch-depth: 0
158158

159159
- name: "Set up Python 3.x"
160-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
160+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
161161
with:
162162
python-version: "3.10"
163163

@@ -225,7 +225,7 @@ jobs:
225225
fetch-depth: 0
226226

227227
- name: "Set up Python 3.x"
228-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
228+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
229229
with:
230230
python-version: "3.10"
231231

@@ -252,7 +252,7 @@ jobs:
252252
fetch-depth: 0
253253

254254
- name: "Set up Python 3.x"
255-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
255+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
256256
with:
257257
python-version: "3.10"
258258

@@ -291,7 +291,7 @@ jobs:
291291
# name: "build-${{ matrix.os }}-${{ matrix.cpp_compiler }}-${{ matrix.use }}"
292292

293293
# - name: "Set up Python 3.x"
294-
# uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
294+
# uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
295295
# with:
296296
# python-version: "3.10"
297297

@@ -318,7 +318,7 @@ jobs:
318318
# fetch-depth: 0
319319

320320
# - name: "Set up Python 3.x"
321-
# uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
321+
# uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
322322
# with:
323323
# python-version: "3.10"
324324

@@ -345,7 +345,7 @@ jobs:
345345
fetch-depth: 0
346346

347347
- name: "Set up Python 3.x"
348-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
348+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
349349
with:
350350
python-version: "3.10"
351351

@@ -404,7 +404,7 @@ jobs:
404404
fetch-depth: 0
405405

406406
- name: "Set up Python 3.x"
407-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
407+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
408408
with:
409409
python-version: "3.10"
410410

@@ -433,7 +433,7 @@ jobs:
433433
fetch-depth: 0
434434

435435
- name: "Set up Python 3.x"
436-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
436+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
437437
with:
438438
# Using 3.8 because Read the docs does not work with higher versions.
439439
# See also: https://github.com/nest/nest-simulator/pull/2744
@@ -542,7 +542,7 @@ jobs:
542542
fetch-depth: 0
543543

544544
- name: "Set up Python 3.x"
545-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
545+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
546546
with:
547547
python-version: "3.10"
548548

@@ -757,7 +757,7 @@ jobs:
757757
fetch-depth: 0
758758

759759
- name: "Set up Python 3.x"
760-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
760+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
761761
with:
762762
python-version: 3.12
763763

0 commit comments

Comments
 (0)