We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24e298 commit 3effa92Copy full SHA for 3effa92
.github/workflows/lint.yml
@@ -29,7 +29,7 @@ jobs:
29
run: pip install nox
30
31
- name: Checkout code
32
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
33
34
- name: Run nox lint session
35
run: nox --sessions lint
.github/workflows/run_tests.yml
@@ -26,7 +26,7 @@ jobs:
26
27
steps:
28
# check out repository
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v4
0 commit comments