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.
2 parents 7b836a7 + 57080d1 commit 951400dCopy full SHA for 951400d
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- '3.9'
24
25
steps:
26
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
27
- name: Set up Python ${{ matrix.python-version }}
28
uses: actions/setup-python@v4
29
with:
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ jobs:
9
lint:
10
runs-on: ubuntu-latest
11
12
13
- name: Set up Python
14
15
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
- name: Checkout code
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
16
17
0 commit comments