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:
4
.github/workflows/cargo_audit.yml
vendored
4
.github/workflows/cargo_audit.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user