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 b1a6110 commit f6ce92eCopy full SHA for f6ce92e
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-20.04
8
steps:
9
# Checks-out the repository under $GITHUB_WORKSPACE.
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
11
with:
12
submodules: 'recursive'
13
- name: Install Debian packages
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
0 commit comments