From 9de8ba5c86a608c993b0c04141be489a60a3370c Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Fri, 11 Aug 2023 10:32:40 +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 025e752..56d6b2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,12 +50,12 @@ jobs: 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'