Skip to content

Commit

Permalink
Upgrade to actions/checkout@4 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbundy authored Sep 30, 2023
1 parent 1f4a017 commit 38e15ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
outputs:
include: ${{ steps.set-matrix.outputs.include }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Checkout mypy
shell: bash
# use a commit hash checked into a file to get the mypy revision to build.
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
include: ${{ fromJson(needs.generate_wheels_matrix.outputs.include) }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Checkout mypy
shell: bash
# use a commit hash checked into a file to get the mypy revision to build.
Expand All @@ -77,7 +77,7 @@ jobs:
name: sdist and python wheel
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
name: Install Python
with:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
name: WASM wheel for 3.10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
name: Install Python
with:
Expand Down

0 comments on commit 38e15ce

Please sign in to comment.