Skip to content

Commit 20cdfc5

Browse files
dependabot[bot]jkglasbrenner
authored andcommitted
build(deps): bump actions/setup-python from 5.3.0 to 5.4.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 735b008 commit 20cdfc5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pip-compile.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v4
4747

4848
- name: setup python ${{ matrix.python-version }}
49-
uses: actions/setup-python@v5.3.0
49+
uses: actions/setup-python@v5.4.0
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252

@@ -126,7 +126,7 @@ jobs:
126126
- uses: actions/checkout@v4
127127

128128
- name: setup python ${{ matrix.python-version }}
129-
uses: actions/setup-python@v5.3.0
129+
uses: actions/setup-python@v5.4.0
130130
with:
131131
python-version: ${{ matrix.python-version }}
132132

.github/workflows/sphinx-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131

3232
- name: setup python 3.11
33-
uses: actions/setup-python@v5.3.0
33+
uses: actions/setup-python@v5.4.0
3434
with:
3535
python-version: "3.11"
3636

.github/workflows/tox-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141

4242
- name: setup python ${{ matrix.python-version }}
43-
uses: actions/setup-python@v5.3.0
43+
uses: actions/setup-python@v5.4.0
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646

@@ -85,7 +85,7 @@ jobs:
8585
run: sudo apt install -y wamerican
8686

8787
- name: setup python ${{ matrix.python-version }}
88-
uses: actions/setup-python@v5.3.0
88+
uses: actions/setup-python@v5.4.0
8989
with:
9090
python-version: ${{ matrix.python-version }}
9191

0 commit comments

Comments
 (0)