Skip to content

Commit 3effa92

Browse files
committed
chore(deps): update actions/checkout action to v4
1 parent e24e298 commit 3effa92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: pip install nox
3030

3131
- name: Checkout code
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333

3434
- name: Run nox lint session
3535
run: nox --sessions lint

.github/workflows/run_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
# check out repository
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030

3131
- name: Set up Python 3.9
3232
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)