We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980a343 commit 7a427b8Copy full SHA for 7a427b8
.github/workflows/test.yaml
@@ -6,14 +6,14 @@ jobs:
6
lint:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
10
- name: Set up Python
11
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
12
with:
13
python-version: '3.7.x'
14
architecture: 'x64'
15
- name: Cache pip
16
- uses: actions/cache@v2
+ uses: actions/cache@v3
17
18
path: ~/.cache/pip
19
# Look to see if there is a cache hit for the corresponding requirements file
0 commit comments