Skip to content

Commit 11ed2a3

Browse files
[UPDATE] minor version bump for checkmake
Changes in file .github/workflows/makefile-lint.yml: * bump checkmake
1 parent 022512a commit 11ed2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/makefile-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
git clone --depth 1 --branch main https://github.com/mrtazz/checkmake.git checkmake
6868
cd checkmake
69-
EXPECTED_SHA="e11578c51935b2d95ecc1bee292b6a5aa93ae054" # v0.2.2+20
69+
EXPECTED_SHA="880668e0015d47e9b84ec5edfec4bf67b4228ea4" # v0.2.2+21
7070
ACTUAL_SHA=$(git rev-parse HEAD)
7171
if [ "$EXPECTED_SHA" != "$ACTUAL_SHA" ]; then
7272
ERR_MSG_STUB="Checkmake repository hash verification failed."

0 commit comments

Comments
 (0)