Skip to content

Commit 105679d

Browse files
Bump actions/setup-python from 5.4.0 to 5.5.0 (#832)
1 parent 040fdf9 commit 105679d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pre-commit-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/[email protected]
1212

1313
- name: Set up Python
14-
uses: actions/setup-python@v5.4.0
14+
uses: actions/setup-python@v5.5.0
1515
with:
1616
python-version: "3.x"
1717

.github/workflows/pythonpublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/[email protected]
1616
- name: Set up Python
17-
uses: actions/setup-python@v5.4.0
17+
uses: actions/setup-python@v5.5.0
1818
with:
1919
python-version: "3.x"
2020
- name: Install dependencies

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 2
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v5.4.0
26+
uses: actions/setup-python@v5.5.0
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install dependencies

0 commit comments

Comments
 (0)