From cf7cbbe20ffb10b50fbdbbc8e2d36b26c1d774eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex?= Date: Wed, 20 May 2026 15:25:59 +0200 Subject: [PATCH] feat(ci): Pin actions versions (#24) --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8fed4b..e7dea46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: - name: Cache Powers of Tau id: cache-ptau - uses: actions/cache@v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ${{ env.PTAU_FILE }} key: ptau-${{ env.PTAU_FILE }} @@ -206,7 +206,7 @@ jobs: - name: Cache GMP Archive id: cache-gmp - uses: actions/cache@v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: rapidsnark/depends/gmp-6.2.1.tar.xz key: gmp-6.2.1 @@ -451,7 +451,7 @@ jobs: - name: Cache GMP Archive id: cache-gmp - uses: actions/cache@v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: rapidsnark/depends/gmp-6.2.1.tar.xz key: gmp-6.2.1 @@ -734,7 +734,7 @@ jobs: - name: Cache GMP Archive id: cache-gmp - uses: actions/cache@v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: rapidsnark/depends/gmp-6.2.1.tar.xz key: gmp-6.2.1 @@ -979,7 +979,7 @@ jobs: - name: Cache GMP Archive id: cache-gmp - uses: actions/cache@v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: rapidsnark/depends/gmp-6.2.1.tar.xz key: gmp-6.2.1