diff --git a/.github/workflows/prof_asan.yml b/.github/workflows/prof_asan.yml index 80d385a4e6..44c8c69047 100644 --- a/.github/workflows/prof_asan.yml +++ b/.github/workflows/prof_asan.yml @@ -28,7 +28,7 @@ jobs: submodules: true - name: Cache Cargo dependencies - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | /rust/cargo/registry/index/ @@ -39,7 +39,7 @@ jobs: key: ${{ runner.os }}-${{ runner.arch }}-cargo-deps-asan-${{ hashFiles('**/Cargo.lock') }} - name: Cache Cargo target - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: /tmp/build-cargo/ key: ${{ runner.os }}-${{ runner.arch }}-cargo-target-asan-${{ matrix.php-version }}-${{ env.RUST_TOOLCHAIN }}-${{ github.sha }}-${{ hashFiles('.github/workflows/prof_asan.yml') }} diff --git a/.github/workflows/prof_correctness.yml b/.github/workflows/prof_correctness.yml index fd8e449d6d..8f7bac020e 100644 --- a/.github/workflows/prof_correctness.yml +++ b/.github/workflows/prof_correctness.yml @@ -35,7 +35,7 @@ jobs: fail-fast: true - name: Restore build cache - uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | ~/.cargo/bin/ @@ -63,7 +63,7 @@ jobs: cargo rustc --features="trigger_time_sample" --profile profiler-release --crate-type=cdylib - name: Cache build dependencies - uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | ~/.cargo/bin/ diff --git a/.github/workflows/update_latest_versions.yml b/.github/workflows/update_latest_versions.yml index 3cf72ca5b2..699e97152e 100644 --- a/.github/workflows/update_latest_versions.yml +++ b/.github/workflows/update_latest_versions.yml @@ -44,7 +44,7 @@ jobs: run: git diff - name: Create Pull Request - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: token: ${{ steps.octo-sts.outputs.token }} commit-message: "chore: update latest versions"