Skip to content

Commit b706dab

Browse files
Bump actions/checkout from 3 to 4 (#693)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83a5763 commit b706dab

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ubuntu-20.04, macos-11, windows-2019]
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Build wheels
2020
uses: pypa/cibuildwheel@v2.15.0
2121
env:
@@ -28,7 +28,7 @@ jobs:
2828
name: Build source distribution
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
- uses: actions/setup-python@v4
3333
name: Install Python
3434
with:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
PRE_COMMIT_USE_MICROMAMBA: 1
1111
steps:
1212
- name: Checkout branch
13-
uses: actions/checkout@v3.5.2
13+
uses: actions/checkout@v4
1414
- name: Set up micromamba
1515
uses: mamba-org/setup-micromamba@875557da4ee020f18df03b8910a42203fbf02da1
1616
- name: Add micromamba to GITHUB_PATH
@@ -39,7 +39,7 @@ jobs:
3939
- { os: windows-latest, python-version: '3.10' }
4040
steps:
4141
- name: Checkout branch
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343
- name: Set up conda env
4444
uses: mamba-org/setup-micromamba@875557da4ee020f18df03b8910a42203fbf02da1
4545
with:

.github/workflows/conda-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- { conda_build_yml: win_64_numpy1.23python3.11.____cpython, os: windows-latest, conda-build-args: '' }
3232
steps:
3333
- name: Checkout branch
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535
- name: Fetch full git history
3636
run: git fetch --prune --unshallow
3737
- uses: mamba-org/setup-micromamba@875557da4ee020f18df03b8910a42203fbf02da1

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
NOTE: 'Default Builds' # run once with normal dependencies
2323
steps:
2424
- name: Checkout branch
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
- uses: mamba-org/setup-micromamba@875557da4ee020f18df03b8910a42203fbf02da1
2727
with:
2828
environment-file: environment.yml

0 commit comments

Comments
 (0)