Upgrade setup-python workflows (#670)

* Upgrade setup-python in GitHub workflows

* Updates all other GitHub actions

* Fixes failing workflows

* reverts coveralls workflow version
This commit is contained in:
kaczmarczyck
2023-12-18 12:20:34 +01:00
committed by GitHub
parent 191d043cc4
commit 0185d1e443
8 changed files with 18 additions and 18 deletions

View File

@@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'google/OpenSK'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: "true"
- uses: actions/setup-python@v1
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Set up OpenSK