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.
2 parents 078afff + 1552b3c commit 87369b0Copy full SHA for 87369b0
.github/workflows/code-style.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
- name: Setup python
17
uses: actions/setup-python@v5
18
with:
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
- name: Install Packages (cpp)
30
if: ${{ matrix.language == 'cpp' }}
0 commit comments