Skip to content

Commit e6eff9d

Browse files
Bump actions/setup-python from 4.3.0 to 5.4.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.3.0...v5.4.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c2985df commit e6eff9d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
submodules: 'recursive'
1616

17-
- uses: actions/setup-python@v4.3.0
17+
- uses: actions/setup-python@v5.4.0
1818
with:
1919
python-version: '3.10'
2020

@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
submodules: 'recursive'
6464

65-
- uses: actions/setup-python@v4.3.0
65+
- uses: actions/setup-python@v5.4.0
6666
with:
6767
python-version: '3.10'
6868

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
git
134134
- name: Set up Python ${{ matrix.python-version }}
135135
if: matrix.python-version != 'mingw64'
136-
uses: actions/setup-python@v4.3.0
136+
uses: actions/setup-python@v5.4.0
137137
with:
138138
python-version: ${{ matrix.python-version }}
139139
- name: Install coverage dependency
@@ -206,7 +206,7 @@ jobs:
206206
with:
207207
submodules: 'recursive'
208208

209-
- uses: actions/setup-python@v4.3.0
209+
- uses: actions/setup-python@v5.4.0
210210

211211
- name: Install pypa/build
212212
run: python -m pip install build --user

0 commit comments

Comments
 (0)