From 26166e047b66a7be10bdf3c90e2e14de9283ab5a Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Fri, 5 May 2023 23:19:39 +0000 Subject: [PATCH] ci: update action versions --- .github/workflows/testing_initiative.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testing_initiative.yml b/.github/workflows/testing_initiative.yml index 3c849683..698b3929 100644 --- a/.github/workflows/testing_initiative.yml +++ b/.github/workflows/testing_initiative.yml @@ -46,9 +46,9 @@ jobs: python-version: pypy-3.6 no-coverage: 1 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python Env - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Display Python version @@ -94,9 +94,9 @@ jobs: - ubuntu-20.04 python-version: [3.6] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python Env - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Display Python version