diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea2f6e4..2428113 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -215,7 +215,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - uses: taiki-e/install-action@1ed6d7be6168f6c9046541087ff549b6bc581fdf # v2.87.2 + - uses: taiki-e/install-action@0758d235715de2f3551eacc980d9ae8fce9342c3 # v2.87.3 with: tool: cargo-deny@0.20.2 - name: cargo deny (all three cargo roots) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index bd18ed9..30097ed 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -64,4 +64,4 @@ jobs: - name: Deploy to GitHub Pages if: steps.enabled.outputs.pages == 'true' id: deployment - uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0 + uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5.0.1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f25563..6a9885a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Set up QEMU for Linux ARM64 if: matrix.target == 'aarch64-unknown-linux-gnu' - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 + uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4.3.0 with: platforms: arm64 - name: Build Linux wheel