We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b84f237 + 6442760 commit 832e1b5Copy full SHA for 832e1b5
2 files changed
.github/workflows/code-style.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
16
- name: Setup python
17
uses: actions/setup-python@v6
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