Skip to content

Commit

Permalink
branchbuild.yml: Upgrade GitHub Actions (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Nov 24, 2023
1 parent d11e5a7 commit 1370dd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/branchbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: "actions/checkout@v2"
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: "actions/setup-python@v2"
- uses: actions/setup-python@v4
with:
python-version: "${{ matrix.python-version }}"

Expand Down Expand Up @@ -50,8 +50,8 @@ jobs:
name: deploy wheels to pypi
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.x'

Expand Down

0 comments on commit 1370dd7

Please sign in to comment.