Skip to content

Commit 48dffb2

Browse files
committed
chore(ci): Update actions/checkout to v4
1 parent bf84884 commit 48dffb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
lint:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121

@@ -61,7 +61,7 @@ jobs:
6161
os: [ubuntu-latest, macos-latest, windows-latest]
6262
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
6363
steps:
64-
- uses: actions/checkout@v3
64+
- uses: actions/checkout@v4
6565

6666
- name: Set up Python ${{ matrix.python-version }}
6767
uses: actions/setup-python@v1
@@ -94,7 +94,7 @@ jobs:
9494
needs: [lint, build]
9595
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
9696
steps:
97-
- uses: actions/checkout@v3
97+
- uses: actions/checkout@v4
9898
with:
9999
fetch-depth: 0
100100

0 commit comments

Comments
 (0)