We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ca9742 + f0381ae commit 60121f2Copy full SHA for 60121f2
3 files changed
.github/workflows/codeql-analysis.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout repository
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
17
with:
18
# We must fetch at least the immediate parents so that if this is
19
# a pull request then we can checkout the head.
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
- name: Checkout
- name: Set up Python
20
uses: actions/setup-python@v4
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
submodules: true
27
0 commit comments