File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232 - run : cargo sort --check
3333 - name : Cancel workflow
3434 if : failure()
35- uses : andymckay/cancel-action@0.2
35+ uses : andymckay/cancel-action@0.3
3636 clippy :
3737 name : Clippy
3838 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change @@ -26,17 +26,17 @@ jobs:
2626 -
uses :
IronCoreLabs/[email protected] 2727 with :
2828 crate : wasm-bindgen-cli
29- accesskey : ${{ secrets.TOOL_CACHE_KEY_ID }}
29+ accesskey : AKIAU2WBY6VDTC563V7G
3030 secretkey : ${{ secrets.TOOL_CACHE_SECRET_KEY }}
3131 os : ubuntu-20.04
32- - uses : Swatinem/rust-cache@v1
32+ - uses : Swatinem/rust-cache@v2
3333 id : rust-cache
3434 - name : Install sccache
3535 if : steps.rust-cache.outputs.cache-hit != 'true'
3636 uses :
IronCoreLabs/[email protected] 3737 with :
3838 crate : sccache
39- accesskey : ${{ secrets.TOOL_CACHE_KEY_ID }}
39+ accesskey : AKIAU2WBY6VDTC563V7G
4040 secretkey : ${{ secrets.TOOL_CACHE_SECRET_KEY }}
4141 os : ubuntu-22.04
4242 version : latest
4646
4747 echo "RUSTC_WRAPPER=$HOME/.cargo/bin/sccache" >> $GITHUB_ENV
4848
49- echo "AWS_ACCESS_KEY_ID=${{ secrets.SCCACHE_AWS_KEY_ID }} " >> $GITHUB_ENV
49+ echo "AWS_ACCESS_KEY_ID=AKIAU2WBY6VDVHUO5WSN " >> $GITHUB_ENV
5050
5151 echo "AWS_SECRET_ACCESS_KEY=${{ secrets.SCCACHE_AWS_SECRET }}" >> $GITHUB_ENV
5252
You can’t perform that action at this time.
0 commit comments