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.
1 parent 9fc72ea commit e828377Copy full SHA for e828377
.github/workflows/cmake.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ${{ matrix.runner }}
28
29
steps:
30
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
31
32
# Configure in-source build and tests
33
- name: Configure CMake
@@ -72,6 +72,6 @@ jobs:
72
container: "task-libshared-develop"
73
runs-on: ubuntu-latest
74
75
76
- name: "Test on ${{ matrix.name }}"
77
run: docker compose up ${{ matrix.container }}
0 commit comments