Skip to content

Commit

Permalink
pyinstaller-builds-actions-PIP-TAR.yml -> update some GH actions for …
Browse files Browse the repository at this point in the history
…node20
  • Loading branch information
jdegenstein authored Apr 12, 2024
1 parent 6fe767c commit f26f953
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pyinstaller-builds-actions-PIP-TAR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build-linux:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1
with:
#miniconda-version: "latest"
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1
with:
#miniconda-version: "latest"
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1
with:
#miniconda-version: "latest"
Expand Down

0 comments on commit f26f953

Please sign in to comment.