From 7886617de5ba8d4f0bb2a361626ab4c82227dd5f Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Fri, 11 Aug 2023 10:34:25 +0200 Subject: [PATCH] bump actions versions, as they dropping support soon --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56d6b2f..7588cdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,12 +19,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the codebase. - uses: actions/checkout@v2 + uses: actions/checkout@v3.5.3 with: path: 'geerlingguy.pip' - name: Set up Python 3. - uses: actions/setup-python@v2 + uses: actions/setup-python@v4.7.0 with: python-version: '3.x'