bump actions versions, as they dropping support soon

This commit is contained in:
Barnabas Busa 2023-08-11 10:34:25 +02:00
parent 9de8ba5c86
commit 7886617de5
No known key found for this signature in database
GPG Key ID: D7AF98F214C59E4E
1 changed files with 2 additions and 2 deletions

View File

@ -19,12 +19,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out the codebase. - name: Check out the codebase.
uses: actions/checkout@v2 uses: actions/checkout@v3.5.3
with: with:
path: 'geerlingguy.pip' path: 'geerlingguy.pip'
- name: Set up Python 3. - name: Set up Python 3.
uses: actions/setup-python@v2 uses: actions/setup-python@v4.7.0
with: with:
python-version: '3.x' python-version: '3.x'