From a2e232376dcffa7b092f7fcbe3f317d2587eb64d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Jan 2025 00:15:05 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/benchmark.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index b6327bf9..26658235 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: install valgrind - uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad + uses: awalsh128/cache-apt-pkgs-action@5902b33ae29014e6ca012c5d8025d4346556bd40 with: packages: valgrind - name: check out source @@ -69,7 +69,7 @@ jobs: --benchmark-compare=baseline.json \ tests/microbenchmarks.py - name: archive benchmark results - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 with: name: microbenchmark results path: .benchmarks