We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b35204 commit c0dec61Copy full SHA for c0dec61
.github/workflows/build-clang.yml
@@ -10,7 +10,7 @@ jobs:
10
version: [8, 9, 10, 11]
11
steps:
12
# Checks-out the repository under $GITHUB_WORKSPACE.
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
- name: Install Debian packages
15
run: |
16
sudo apt-get update
.github/workflows/build-gcc.yml
0 commit comments