Skip to content

Commit

Permalink
chore: update checkout action version, bump used in action python ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
ilfa committed Jul 23, 2024
1 parent a83a3ab commit 231bdc0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.12"
- name: "Install dependencies"
run: |
python -m pip install --upgrade pip
Expand All @@ -25,4 +25,4 @@ jobs:
uses: orgoro/coverage@d77626a5fa35d39123e86d6c62907fabe2491496
with:
coverageFile: ./coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/coverage-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.12"
- name: "Install dependencies"
run: |
python -m pip install --upgrade pip
Expand All @@ -38,4 +38,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@8817a56e5bfec6e2b08345c81f4d422db53a2cdc
with:
branch: gh-pages
folder: htmlcov
folder: htmlcov
2 changes: 1 addition & 1 deletion .github/workflows/functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.12"
- name: "Install dependencies"
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
appId: ${{ vars.APP_ID }}
language: python
language-version: '3.9'
language-version: '3.12'
semantic-release-extra-plugins: |
[email protected]
prepare-command: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.10" ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "${{ matrix.python-version }}"
Expand Down

0 comments on commit 231bdc0

Please sign in to comment.