Skip to content

Commit

Permalink
Merge pull request #36 from Isotr0py/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

️👷 (deps): Bump actions/checkout from 3 to 4
  • Loading branch information
Isotr0py authored Apr 11, 2024
2 parents e89a43a + 99bf358 commit 3a6a2b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
docker_image: quay.io/pypa/manylinux_2_28_x86_64:latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
# there is not yet an environment variable for this path from msys2/setup-msys2
run: echo "${{ runner.temp }}/msys64/mingw64/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
matrix:
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build sdist
Expand Down

0 comments on commit 3a6a2b8

Please sign in to comment.