Skip to content

Commit c65543e

Browse files
Bump actions/checkout from 3 to 4 (#122)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95b82a0 commit c65543e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
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
- name: setup python for test ${{ matrix.py }}
3535
uses: actions/setup-python@v4
3636
with:
@@ -63,7 +63,7 @@ jobs:
6363
- dev
6464
- pkg_check
6565
steps:
66-
- uses: actions/checkout@v3
66+
- uses: actions/checkout@v4
6767
- name: setup Python 3.11
6868
uses: actions/setup-python@v4
6969
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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)