Skip to content

Commit 669004a

Browse files
committed
ci: Bump github-action-benchmark and cache-nix-action to node24 releases
Both actions were still on the deprecated node20 runtime, triggering Node.js 20 deprecation warnings in CI. github-action-benchmark v1.22.1 and cache-nix-action v7.0.2 both run on node24. cache-nix-action v7 caches only /nix by default. Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
1 parent 13cabd4 commit 669004a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/bench/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ runs:
9494
run: |
9595
check-namespace
9696
- name: Store benchmark result
97-
uses: benchmark-action/github-action-benchmark@d48d326b4ca9ba73ca0cd0d59f108f9e02a381c7 # v1.20.4
97+
uses: benchmark-action/github-action-benchmark@52576c92bccf6ac60c8223ec7eb2565637cae9ba # v1.22.1
9898
with:
9999
name: ${{ inputs.name }}
100100
tool: "customSmallerIsBetter"

.github/actions/setup-nix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ runs:
104104
fi
105105
nix config show
106106
echo "::endgroup::"
107-
- uses: nix-community/cache-nix-action@dab0514428ae3988852b7787a6d86a6fc571cc9d #v6.0.0
107+
- uses: nix-community/cache-nix-action@7df957e333c1e5da7721f60227dbba6d06080569 # v7.0.2
108108
id: cache
109109
if: ${{ env.NIX_CACHE_ENABLED != 1 && inputs.cache == 'true' }}
110110
continue-on-error: true

0 commit comments

Comments
 (0)