Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-debian-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
arch: [s390x, ppc64le]

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3

- name: Build sources and run tests
uses: uraimo/run-on-arch-action@v2.5.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-emsdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
WHEELHOUSE_CYTHON: /tmp/wheelhouse/cython

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3

- name: Cache Cython
id: cache-cython
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
macarch: [arm64, x86_64]

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3

- name: Test for Mac Deps cache hit
id: macdep-cache
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
CIBW_BUILD_VERBOSITY: 2

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3

- name: pip cache
uses: actions/cache@v3.3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
CIBW_BUILD_VERBOSITY: 2

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3

- name: Log in to the Container registry
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu-sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
os: [ubuntu-20.04, ubuntu-22.04]

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3

- name: Install deps
# install numpy from pip and not apt because the one from pip is newer,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
CIBW_BUILD_VERBOSITY: 2

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3

- uses: TheMrMilchmann/setup-msvc-dev@v2 # this lets us use the developer command prompt on windows
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3

- name: Install deps
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3

- name: Install deps
run: python3 -m pip install pylint black clang-format sphinx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-gh-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
needs: [manylinux, macos, windows, sdist]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3

- name: Download all artifacts
uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v3.5.3

- name: Pull all release assets
uses: robinraju/release-downloader@v1.8
Expand Down