Skip to content

Commit 0bcdf39

Browse files
Bump actions/checkout from 3 to 4 (#385)
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 5ba8155 commit 0bcdf39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: "3.11"
3131
- name: Install tox
3232
run: python -m pip install tox
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
with:
3535
fetch-depth: 0
3636
- name: Setup python for test ${{ matrix.py }}
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
needs: test
7373
steps:
74-
- uses: actions/checkout@v3
74+
- uses: actions/checkout@v4
7575
with:
7676
fetch-depth: 0
7777
- uses: actions/setup-python@v4
@@ -109,7 +109,7 @@ jobs:
109109
- readme
110110
- type
111111
steps:
112-
- uses: actions/checkout@v3
112+
- uses: actions/checkout@v4
113113
with:
114114
fetch-depth: 0
115115
- name: Setup Python "3.11"

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: "3.11"
1919
- name: Install build
2020
run: python -m pip install build
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
2424
- name: Build package

0 commit comments

Comments
 (0)