Upgrade versions of GitHub Actions

This commit is contained in:
Joakim Soderlund 2022-12-18 18:37:07 +01:00
parent c71a9bb94c
commit 831dcef4e4

View file

@ -17,10 +17,10 @@ jobs:
steps: steps:
- name: Clone Repository - name: Clone Repository
uses: actions/checkout@v1 uses: actions/checkout@v3
- name: Setup Python ${{ matrix.python-version }} - name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v2 uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}