Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump actions/checkout from 4.1.2 to 4.1.4 #4218

Closed
Closed
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 @@ -48,7 +48,7 @@ jobs:
arch: [s390x, ppc64le]

steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.4

- name: Build sources and run tests
uses: uraimo/run-on-arch-action@v2.7.1
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 @@ -42,7 +42,7 @@ jobs:
macarch: [arm64, x86_64]

steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.4

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

steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.4

- name: pip cache
uses: actions/cache@v4.0.2
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 @@ -87,7 +87,7 @@ jobs:
CIBW_BUILD_VERBOSITY: 2

steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.4

- name: Build and test wheels
uses: pypa/cibuildwheel@v2.17.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# - { sys: ucrt64, env: ucrt-x86_64 }
# - { sys: clang64, env: clang-x86_64 }
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.4
- name: Install MSYS2
uses: msys2/setup-msys2@v2
with:
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 @@ -49,7 +49,7 @@ jobs:
python-version: [ "3.10" ]

steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.4

- name: Setup Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.4

- name: Install deps
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.4
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.4
- name: Install deps
run: python3 -m pip install sphinx
- name: Check docs changes are checked in
Expand Down
Loading