Skip to content

Commit 5afc114

Browse files
chore(deps): update actions/setup-python action to v4.7.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 77dba04 commit 5afc114

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
contains: Packj Audit Report
2727
- uses: actions/checkout@v3.5.3
2828
- name: setting up python
29-
uses: actions/setup-python@v4.7.0
29+
uses: actions/setup-python@v4.7.1
3030
with:
3131
python-version-file: pyproject.toml
3232
- name: install and configure poetry

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3.5.3
2727
- name: setting up python
28-
uses: actions/setup-python@v4.7.0
28+
uses: actions/setup-python@v4.7.1
2929
with:
3030
python-version-file: pyproject.toml
3131
- name: check python formatting using black

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v3.5.3
3232
- name: setting up python ${{ matrix.python-version }}
33-
uses: actions/setup-python@v4.7.0
33+
uses: actions/setup-python@v4.7.1
3434
with:
3535
python-version: ${{ matrix.python-version }}
3636
- name: install and configure poetry ${{ matrix.poetry-version }}

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: checkout repository
3838
uses: actions/checkout@v3.5.3
3939
- name: setting up python
40-
uses: actions/setup-python@v4.7.0
40+
uses: actions/setup-python@v4.7.1
4141
with:
4242
python-version-file: pyproject.toml
4343
- name: initialize CodeQL

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3.5.3
2020
- name: setting up python
21-
uses: actions/setup-python@v4.7.0
21+
uses: actions/setup-python@v4.7.1
2222
with:
2323
python-version-file: pyproject.toml
2424
- name: install and configure poetry

0 commit comments

Comments
 (0)