Skip to content

Commit 8767740

Browse files
authored
Merge pull request #29 from pcolby/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents b528f04 + 4ca9dad commit 8767740

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- { cc: clang, cxx: clang++ }
1313
- { cc: gcc, cxx: g++ }
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Install Grantlee
1717
run: sudo apt install libgrantlee5-dev
1818
- name: Build
@@ -33,7 +33,7 @@ jobs:
3333
- { cc: clang, cxx: clang++ }
3434
- { cc: gcc, cxx: g++ }
3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
- name: Install Tools
3838
run: sudo apt install clang
3939
- name: Install Qt
@@ -60,7 +60,7 @@ jobs:
6060
- { cc: clang, cxx: clang++ }
6161
- { cc: gcc-11, cxx: g++-11 }
6262
steps:
63-
- uses: actions/checkout@v3
63+
- uses: actions/checkout@v4
6464
- name: Install Qt
6565
uses: jurplel/install-qt-action@v3
6666
with:
@@ -87,7 +87,7 @@ jobs:
8787
- qt: '5.15.2'
8888
arch: win64_mingw81
8989
steps:
90-
- uses: actions/checkout@v3
90+
- uses: actions/checkout@v4
9191
- name: Install Qt (mingw)
9292
if: ${{ contains(matrix.generator, 'mingw') }}
9393
uses: jurplel/install-qt-action@v3

.github/workflows/static.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- name: Install Grantlee
1010
run: sudo apt install libgrantlee5-dev
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Initialize CodeQL
1313
uses: github/codeql-action/init@v2
1414
with:
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Install Cppcheck
2727
run: sudo apt install cppcheck
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- name: Perform Cppcheck Analysis
3030
run: |
3131
cppcheck -DQTAWS_SHARED -DQ_DECL_OVERRIDE=override -DQ_DECLARE_{FLAGS,PRIVATE,PUBLIC} \

0 commit comments

Comments
 (0)