Skip to content

Commit 1bebdc9

Browse files
Bump actions/checkout from 3 to 4 (#174)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98631aa commit 1bebdc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pre_commit:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- uses: actions/setup-python@v4
1818
with:
1919
python-version: '3.10'
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
miniconda-version: "latest"
5050
python-version: ${{ matrix.py }}
51-
- uses: actions/checkout@v3
51+
- uses: actions/checkout@v4
5252
- name: pick environment to run
5353
run: |
5454
import subprocess; import json; import os
@@ -89,7 +89,7 @@ jobs:
8989
exclude:
9090
- { os: windows, tox_env: pkg_meta }
9191
steps:
92-
- uses: actions/checkout@v3
92+
- uses: actions/checkout@v4
9393
- name: setup Python '3.10'
9494
uses: actions/setup-python@v4
9595
with:
@@ -112,7 +112,7 @@ jobs:
112112
python-version: '3.10'
113113
- name: install pep517
114114
run: python -m pip install build
115-
- uses: actions/checkout@v3
115+
- uses: actions/checkout@v4
116116
- name: build package
117117
run: python -m build -s -w . -o dist
118118
- name: publish to PyPi

0 commit comments

Comments
 (0)