@@ -27,13 +27,13 @@ jobs:
2727
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
30+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3131 with :
3232 fetch-depth : 1
3333 submodules : true
3434
3535 - name : Cache Cargo dependencies
36- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
36+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
3737 with :
3838 path : |
3939 /rust/cargo/registry/index/
4444 key : ${{ runner.os }}-${{ runner.arch }}-cargo-deps-asan-${{ hashFiles('**/Cargo.lock') }}
4545
4646 - name : Cache Cargo target
47- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
47+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4848 with :
4949 path : /tmp/build-cargo/
5050 key : ${{ runner.os }}-${{ runner.arch }}-cargo-target-asan-${{ matrix.php-version }}-${{ matrix.php-build }}-${{ env.RUST_TOOLCHAIN }}-${{ github.sha }}-${{ hashFiles('.github/workflows/prof_asan.yml') }}
@@ -91,13 +91,13 @@ jobs:
9191
9292 steps :
9393 - name : Checkout
94- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
94+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
9595 with :
9696 fetch-depth : 1
9797 submodules : true
9898
9999 - name : Cache Cargo dependencies
100- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
100+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
101101 with :
102102 path : |
103103 /rust/cargo/registry/index/
@@ -108,7 +108,7 @@ jobs:
108108 key : ${{ runner.os }}-${{ runner.arch }}-cargo-deps-c-ubsan-${{ hashFiles('**/Cargo.lock') }}
109109
110110 - name : Cache Cargo target
111- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
111+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
112112 with :
113113 path : /tmp/build-cargo/
114114 key : ${{ runner.os }}-${{ runner.arch }}-cargo-target-c-ubsan-8.5-${{ matrix.php-build }}-${{ github.sha }}-${{ hashFiles('.github/workflows/prof_asan.yml') }}
0 commit comments