From cc97f2454fa3efd65c5a2c43ef673410bfbbb8b8 Mon Sep 17 00:00:00 2001 From: Giuseppe Carboni Date: Mon, 19 Feb 2024 23:28:03 +0100 Subject: [PATCH] Updated actions versions for workflows --- .github/workflows/ci_tests.yml | 6 +++--- .github/workflows/scheduled_py3_tests.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 19bdddf..9773a05 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -13,9 +13,9 @@ jobs: python-version: ['3.9.4', '<3.12'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} check-latest: true @@ -30,7 +30,7 @@ jobs: coverage combine coverage xml - name: Upload test coverage to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 - name: Run the Python linter run: | prospector diff --git a/.github/workflows/scheduled_py3_tests.yml b/.github/workflows/scheduled_py3_tests.yml index 60beaa1..a403af3 100644 --- a/.github/workflows/scheduled_py3_tests.yml +++ b/.github/workflows/scheduled_py3_tests.yml @@ -12,9 +12,9 @@ jobs: python-version: ['3.9.4', '<3.12'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} check-latest: true @@ -29,7 +29,7 @@ jobs: coverage combine coverage xml - name: Upload test coverage to codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 - name: Run the Python linter run: | prospector