Skip to content

Commit 7539f42

Browse files
Bump actions/setup-python from 5.2.0 to 5.3.0 (#32)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6cb6f20 commit 7539f42

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
virtualenvs-create: true
3434
virtualenvs-in-project: true
35-
- uses: actions/setup-python@v5.2.0
35+
- uses: actions/setup-python@v5.3.0
3636
with:
3737
python-version: '3.10'
3838
cache: 'poetry'

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
virtualenvs-create: true
4040
virtualenvs-in-project: true
41-
- uses: actions/setup-python@v5.2.0
41+
- uses: actions/setup-python@v5.3.0
4242
with:
4343
python-version: '3.10'
4444
cache: 'poetry'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4.2.2
2222
- name: Install poetry
2323
run: python3 -m pip install --upgrade pip && python3 -m pip install poetry
24-
- uses: actions/setup-python@v5.2.0
24+
- uses: actions/setup-python@v5.3.0
2525
with:
2626
python-version: '3.10'
2727
- name: Build package

0 commit comments

Comments
 (0)