We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c4a75 commit ed868faCopy full SHA for ed868fa
.github/workflows/docs.yml
@@ -6,7 +6,7 @@ jobs:
6
docs:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
10
- name: Update apt
11
run: sudo apt-get update
12
- name: Install apt deps
.github/workflows/test.yml
test:
0 commit comments