diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5d835dc..c6bef003 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: packages: libevent-dev libuv1-dev libev-dev libglib2.0-dev version: 1.0 - name: Setup compiler - uses: aminya/setup-cpp@12e62a1b8da8f1e66acc75305a2621234ef49dd0 # v0.46.0 + uses: aminya/setup-cpp@185a60867ad43faf172a528caa52f486d9be9a89 # v0.46.1 with: compiler: ${{ matrix.compiler }} - name: Setup CMake diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index b46eb7fb..7702320f 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install typos - uses: taiki-e/install-action@510b3ecd7915856b6909305605afa7a8a57c1b04 # v2.48.1 + uses: taiki-e/install-action@c1952a69c392b2c5f2eaa845b56120fff5fe49d3 # v2.48.5 with: tool: typos - name: Run typos