Skip to content

Commit

Permalink
Bump cpp-linter/clang-tools-static-binaries to master-2e4f8c1f (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 7, 2024
1 parent 8d5f32b commit 7d78b27
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on:
push:
branches:
- "main"
schedule:
# Run once a day
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion clang_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
suffix = ".exe" if install_os == "windows" else ""

# tag of https://github.com/cpp-linter/clang-tools-static-binaries/releases
release_tag = "master-03a926cf"
release_tag = "master-2e4f8c1f"
2 changes: 1 addition & 1 deletion tests/clang-format-12_macosx-amd64.sha512sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
25a5854bf43bc37114d67cd8bbf88dd72da5ca3dc31c61bf0f245aec330eb657cd085344b66285095a257da94425480fee4188e95f98a368998d3632a467f32b clang-format-12_macosx-amd64
7e59b49dbf8d67d8dac954f4683615b1a8f918dc42acb0a8e72dd1be8f3cc005a7aba4f20358f209301af67bfc237341885e60f3d8dab6e332fe695e3207998e clang-format-12_macosx-amd64
2 changes: 1 addition & 1 deletion tests/clang-format-12_windows-amd64.sha512sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2fc26bf55b5e6d4346d53232c0c248a4fb9561ad9b5875237d95dbed1427ce2ea7651ed6f9bba0c7270ee3b4f99c04b036a6e40403452796aaa518434a75d626 *clang-format-12_windows-amd64
a4056f4bfe1dab0d50020468e88a8e79c2de3a1ccbc58b5e79b4c02643bd1ae225417651912afa138e95492a4a98ae37f6a1aa9a63f785e261c73032207e3e37 *clang-format-12_windows-amd64

0 comments on commit 7d78b27

Please sign in to comment.