Skip to content

Commit

Permalink
Merge pull request #4 from emattiza/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
emattiza committed Sep 19, 2023
2 parents b7ea266 + 292e77b commit 00d37db
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Expand Up @@ -20,7 +20,7 @@ jobs:
macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
matrix:
target: [x64, x86]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
matrix:
target: [x86_64, i686]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
matrix:
target: [aarch64, armv7]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup QEMU
uses: docker/setup-qemu-action@v1
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- os: macos-latest
target: aarch64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: pypy${{ matrix.python-version }}
Expand Down

0 comments on commit 00d37db

Please sign in to comment.