Skip to content

Commit

Permalink
Update actions/setup-python in GitHub Actions workflows to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel authored and mildbyte committed Apr 4, 2023
1 parent 0b3dae3 commit 3dff101
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
submodules: "recursive"
- name: Setup Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.8"
- uses: actions/cache@v3
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Get artifacts
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Get artifacts
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Get artifacts
Expand Down

0 comments on commit 3dff101

Please sign in to comment.