diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e77cc3e..464e725 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Cpp - uses: aminya/setup-cpp@55af62e5b45632550c628d026efc13773c921143 # v0.38.1 + uses: aminya/setup-cpp@f898162cf1135cc510765d863e59ee45078d8d04 # v0.38.2 with: clangtidy: true - name: Configure diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 23de0ca..56ff366 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -17,7 +17,7 @@ jobs: disable-telemetry: true - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Cpp - uses: aminya/setup-cpp@55af62e5b45632550c628d026efc13773c921143 # v0.38.1 + uses: aminya/setup-cpp@f898162cf1135cc510765d863e59ee45078d8d04 # v0.38.2 with: clangtidy: true cmake: true diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 29f84bc..6564144 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -19,7 +19,7 @@ jobs: - name: install run: sudo apt-get update && sudo apt-get install lcov libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev freeglut3-dev libxinerama-dev libxi-dev - name: Setup Cpp - uses: aminya/setup-cpp@55af62e5b45632550c628d026efc13773c921143 # v0.38.1 + uses: aminya/setup-cpp@f898162cf1135cc510765d863e59ee45078d8d04 # v0.38.2 with: clangtidy: true - name: configure