Skip to content

Commit 78faa56

Browse files
authored
Merge branch 'dev' into feature/code-quality-phase1
2 parents deec2ab + 77a788c commit 78faa56

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
os: ["ubuntu-latest", "macos-latest", "windows-2022"]
2828
steps:
2929
- uses: actions/checkout@v5
30-
- uses: actions/setup-python@v5
30+
- uses: actions/setup-python@v6
3131
id: python
3232
with:
3333
python-version: ${{ matrix.python }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v5
2626

2727
- name: Set up Python 3.8
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: 3.8
3131

.github/workflows/pip-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v5
2222

2323
- name: Install Python
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: "3.x"
2727

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v5
1414

1515
- name: Set up Python
16-
uses: actions/setup-python@v5
16+
uses: actions/setup-python@v6
1717
with:
1818
python-version: '3.x'
1919

@@ -45,7 +45,7 @@ jobs:
4545
path: dist/
4646

4747
- name: publish
48-
uses: pypa/gh-action-pypi-publish@v1.12.4
48+
uses: pypa/gh-action-pypi-publish@v1.13.0
4949

5050
- name: sign
5151
uses: sigstore/[email protected]

0 commit comments

Comments
 (0)