From 9c805be13c2ae95e284a5613eb451a7abec8b626 Mon Sep 17 00:00:00 2001 From: ow0x <24418520+ow0x@users.noreply.github.com> Date: Thu, 20 Oct 2022 19:13:45 +0530 Subject: [PATCH 1/2] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 71b3913c5..82d5ad412 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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 From 91390ecf1cab83181d4d7b84670a4e97ae03d54b Mon Sep 17 00:00:00 2001 From: ow0x <24418520+ow0x@users.noreply.github.com> Date: Thu, 20 Oct 2022 19:16:41 +0530 Subject: [PATCH 2/2] Update publish.yml --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 77a416bd6..3e5f7960d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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