Skip to content

Commit

Permalink
Fixed versions again.
Browse files Browse the repository at this point in the history
  • Loading branch information
esitarski committed Feb 20, 2024
1 parent a2c52c5 commit 9c404ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/releasebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Show Environment
run: set | grep GIT
- name: Setup Python environment
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.10.*
- name: Checkout code
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
timeout-minutes: 120
steps:
- name: Setup Python environment
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.10.*
- name: Checkout code
Expand Down Expand Up @@ -79,10 +79,10 @@ jobs:
#~ buildlinux:
#~ name: Linux
#~ needs: buildmac
#~ runs-on: ubuntu-latest
#~ runs-on: ubuntu-latest
#~ steps:
#~ - name: Setup Python Environment
#~ uses: actions/setup-python@v4
#~ uses: actions/setup-python@v5git opu
#~ with:
#~ python-version: 3.10.*
#~ - name: Checkout code
Expand Down

0 comments on commit 9c404ef

Please sign in to comment.