Skip to content

Commit 7cc1244

Browse files
authored
Merge pull request numpy#28485 from numpy/dependabot/github_actions/actions/setup-python-5.4.0
MAINT: Bump actions/setup-python from 5.3.0 to 5.4.0
2 parents bea458c + ac7138d commit 7cc1244

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
fetch-tags: true
180180
persist-credentials: false
181181

182-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
182+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
183183
with:
184184
python-version: '3.11'
185185

.github/workflows/linux_simd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
submodules: recursive
129129
fetch-tags: true
130-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
130+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
131131
with:
132132
python-version: '3.11'
133133
- name: Install dependencies

0 commit comments

Comments
 (0)