Skip to content

Commit e71e06c

Browse files
chore: bump actions/checkout from 2 to 3 (#110)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3313350 commit e71e06c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
shell: "bash -l {0}"
2424

2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727

2828
- name: Get conda
2929
uses: conda-incubator/[email protected]

.github/workflows/pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.platform }}
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222

2323
- uses: actions/setup-python@v2
2424
with:
@@ -47,7 +47,7 @@ jobs:
4747
mingw-w64-x86_64-python-pip
4848
mingw-w64-x86_64-python-wheel
4949
50-
- uses: actions/checkout@v2
50+
- uses: actions/checkout@v3
5151

5252
- name: Install pybind11
5353
# This is required because --no-build-isolation disable dependences

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Build SDist
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919

2020
- name: Build SDist
2121
run: pipx run build --sdist
@@ -37,7 +37,7 @@ jobs:
3737
os: [ubuntu-latest, windows-latest, macos-latest]
3838

3939
steps:
40-
- uses: actions/checkout@v2
40+
- uses: actions/checkout@v3
4141

4242
- uses: pypa/[email protected]
4343
env:

0 commit comments

Comments
 (0)