We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7cbaa commit 831fe34Copy full SHA for 831fe34
.github/workflows/clang-format.yml
@@ -4,11 +4,11 @@ on: [push, pull_request]
4
5
jobs:
6
check:
7
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
8
env:
9
CLANG_VERSION: 10
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6.0.1
12
- name: Install clang-format
13
run: |
14
codename=$( lsb_release --codename --short )
@@ -28,7 +28,7 @@ jobs:
28
git diff --exit-code | tee "clang-format.patch"
29
- name: Upload patch
30
if: failure() && steps.assert.outcome == 'failure'
31
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v6.0.0
32
continue-on-error: true
33
with:
34
name: clang-format.patch
0 commit comments