Skip to content

Commit bcf5948

Browse files
authored
Merge pull request #343 from Point72/dependabot/github_actions/actions-ext/python/setup-1151b211cbac1137879fd28605e82a9f4511e0db
Bump actions-ext/python/setup from 6e1b91a408ea89f49bc8aff8724f83826f7b5446 to 1151b211cbac1137879fd28605e82a9f4511e0db
2 parents 376a1dd + 8281fba commit bcf5948

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
persist-credentials: false
4343

4444
- name: Setup Python
45-
uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446
45+
uses: actions-ext/python/setup@1151b211cbac1137879fd28605e82a9f4511e0db
4646
with:
4747
version: ${{ matrix.python-version }}
4848

@@ -125,7 +125,7 @@ jobs:
125125
persist-credentials: false
126126

127127
- name: Setup Python
128-
uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446
128+
uses: actions-ext/python/setup@1151b211cbac1137879fd28605e82a9f4511e0db
129129
with:
130130
version: ${{ matrix.python-version }}
131131

@@ -181,7 +181,7 @@ jobs:
181181
persist-credentials: false
182182

183183
- name: Setup Python
184-
uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446
184+
uses: actions-ext/python/setup@1151b211cbac1137879fd28605e82a9f4511e0db
185185
with:
186186
version: 3.11
187187

.github/workflows/wiki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: cp README.md docs/wiki/Home.md
3030

3131
- name: Setup Python
32-
uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446
32+
uses: actions-ext/python/setup@1151b211cbac1137879fd28605e82a9f4511e0db
3333
with:
3434
version: 3.11
3535

0 commit comments

Comments
 (0)