We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b438d4c commit bed18baCopy full SHA for bed18ba
3 files changed
.github/workflows/build.yaml
@@ -14,7 +14,7 @@ jobs:
14
os: [ubuntu-24.04, windows-2022]
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v4.2.2
+ uses: actions/checkout@v5.0.0
18
19
- name: Configure Project
20
uses: threeal/cmake-action@v2.1.0
.github/workflows/check.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-24.04
11
12
13
.github/workflows/test.yaml
0 commit comments