From 07a3f43d22a527193b52f784a6bb58ba9e509ae8 Mon Sep 17 00:00:00 2001 From: ow0x <24418520+ow0x@users.noreply.github.com> Date: Fri, 21 Oct 2022 19:48:29 +0530 Subject: [PATCH] [GitHub Actions] Update workflow versions (#1088) * Update main.yml * Update publish.yml --- .github/workflows/main.yml | 6 +++--- .github/workflows/publish.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 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 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