mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-05-21 08:49:27 +00:00
feat(ci): Pin actions versions (#24)
This commit is contained in:
parent
f6258dda7f
commit
cf7cbbe20f
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -130,7 +130,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache Powers of Tau
|
- name: Cache Powers of Tau
|
||||||
id: cache-ptau
|
id: cache-ptau
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
|
||||||
with:
|
with:
|
||||||
path: ${{ env.PTAU_FILE }}
|
path: ${{ env.PTAU_FILE }}
|
||||||
key: ptau-${{ env.PTAU_FILE }}
|
key: ptau-${{ env.PTAU_FILE }}
|
||||||
@ -206,7 +206,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache GMP Archive
|
- name: Cache GMP Archive
|
||||||
id: cache-gmp
|
id: cache-gmp
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
|
||||||
with:
|
with:
|
||||||
path: rapidsnark/depends/gmp-6.2.1.tar.xz
|
path: rapidsnark/depends/gmp-6.2.1.tar.xz
|
||||||
key: gmp-6.2.1
|
key: gmp-6.2.1
|
||||||
@ -451,7 +451,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache GMP Archive
|
- name: Cache GMP Archive
|
||||||
id: cache-gmp
|
id: cache-gmp
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
|
||||||
with:
|
with:
|
||||||
path: rapidsnark/depends/gmp-6.2.1.tar.xz
|
path: rapidsnark/depends/gmp-6.2.1.tar.xz
|
||||||
key: gmp-6.2.1
|
key: gmp-6.2.1
|
||||||
@ -734,7 +734,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache GMP Archive
|
- name: Cache GMP Archive
|
||||||
id: cache-gmp
|
id: cache-gmp
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
|
||||||
with:
|
with:
|
||||||
path: rapidsnark/depends/gmp-6.2.1.tar.xz
|
path: rapidsnark/depends/gmp-6.2.1.tar.xz
|
||||||
key: gmp-6.2.1
|
key: gmp-6.2.1
|
||||||
@ -979,7 +979,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache GMP Archive
|
- name: Cache GMP Archive
|
||||||
id: cache-gmp
|
id: cache-gmp
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
|
||||||
with:
|
with:
|
||||||
path: rapidsnark/depends/gmp-6.2.1.tar.xz
|
path: rapidsnark/depends/gmp-6.2.1.tar.xz
|
||||||
key: gmp-6.2.1
|
key: gmp-6.2.1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user