We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 065b8b8 + 73453d8 commit cf0b6dbCopy full SHA for cf0b6db
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
runs-on: ubuntu-latest
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
- name: Checkout
24
25
26
submodules: true
27
0 commit comments