Skip to content

Commit 231bdc0

Browse files
committed
chore: update checkout action version, bump used in action python version
1 parent a83a3ab commit 231bdc0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/coverage-diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-python@v5
1313
with:
14-
python-version: "3.9"
14+
python-version: "3.12"
1515
- name: "Install dependencies"
1616
run: |
1717
python -m pip install --upgrade pip
@@ -25,4 +25,4 @@ jobs:
2525
uses: orgoro/coverage@d77626a5fa35d39123e86d6c62907fabe2491496
2626
with:
2727
coverageFile: ./coverage.xml
28-
token: ${{ secrets.GITHUB_TOKEN }}
28+
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/coverage-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-python@v5
1616
with:
17-
python-version: "3.9"
17+
python-version: "3.12"
1818
- name: "Install dependencies"
1919
run: |
2020
python -m pip install --upgrade pip
@@ -38,4 +38,4 @@ jobs:
3838
uses: JamesIves/github-pages-deploy-action@8817a56e5bfec6e2b08345c81f4d422db53a2cdc
3939
with:
4040
branch: gh-pages
41-
folder: htmlcov
41+
folder: htmlcov

.github/workflows/functional_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-python@v5
1717
with:
18-
python-version: "3.9"
18+
python-version: "3.12"
1919
- name: "Install dependencies"
2020
run: |
2121
python -m pip install --upgrade pip

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
appId: ${{ vars.APP_ID }}
1414
language: python
15-
language-version: '3.9'
15+
language-version: '3.12'
1616
semantic-release-extra-plugins: |
1717
1818
prepare-command: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.10" ]
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- uses: actions/setup-python@v5
2121
with:
2222
python-version: "${{ matrix.python-version }}"

0 commit comments

Comments
 (0)