2929 - run : git submodule update --init --recursive --depth 1
3030 shell : bash
3131
32- - uses : actions/cache@v4
32+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3333 if : inputs.solana_version != ''
3434 name : Cache Solana Tool Suite
3535 id : cache-solana
9595 echo "Cache key being used: anchor-cli-${{ runner.os }}-v0003-$VERSION"
9696 echo "========================="
9797
98- - uses : actions/cache@v4
98+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9999 if : inputs.anchor_version != ''
100100 name : Cache Anchor Cli
101101 id : cache-anchor-cli
@@ -130,7 +130,7 @@ runs:
130130 echo "Cache key being used: solana-verify-${{ runner.os }}-v0001-${{ inputs.verify_version }}"
131131 echo "========================="
132132
133- - uses : actions/cache@v4
133+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
134134 if : inputs.verify_version != ''
135135 name : Cache Solana Verify
136136 id : cache-solana-verify
@@ -149,12 +149,12 @@ runs:
149149 shell : bash
150150 run : solana-verify --version
151151
152- - uses : actions/setup-node@v3
152+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
153153 if : inputs.node_version != ''
154154 with :
155155 node-version : ${{ inputs.node_version }}
156156
157- - uses : actions/cache@v4
157+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
158158 name : Cache Toml Cli
159159 id : cache-toml-cli
160160 with :
0 commit comments