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 fc4cec4 commit 05f9c9eCopy full SHA for 05f9c9e
.github/workflows/CI.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/checkout@v4
30
31
- name: Set up Docker Buildx
32
- uses: docker/setup-buildx-action@v3.1.0
+ uses: docker/setup-buildx-action@v3.2.0
33
34
- name: Check formatting
35
run: make install-deps && make lint
.github/workflows/release-drafter.yml
@@ -9,5 +9,5 @@ on:
9
jobs:
10
draft-release:
11
uses: cpp-linter/.github/.github/workflows/release-drafter.yml@main
12
- with:
+ with:
13
commitish: master
0 commit comments