Skip to content

Commit

Permalink
[GitHub Actions] Update workflow versions (#1088)
Browse files Browse the repository at this point in the history
* Update main.yml

* Update publish.yml
  • Loading branch information
owocado committed Oct 21, 2022
1 parent 207ca35 commit 07a3f43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -39,9 +39,9 @@ jobs:
env:
TOXENV: latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: 'Set up Python ${{ matrix.python-version }}'
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '${{ matrix.python-version }}'
- name: Install language-pack-fr
Expand All @@ -52,4 +52,4 @@ jobs:
run: tox -e py
- name: Upload coverage.xml to codecov
if: ${{ matrix.python-version == '3.9' && matrix.env.TOXENV == 'latest'}}
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Install dependencies
Expand Down

0 comments on commit 07a3f43

Please sign in to comment.