Skip to content

Commit

Permalink
Merge pull request #455 from pq-code-package/pin-dependencies
Browse files Browse the repository at this point in the history
Pin Dependencies for github-action-benchmark and cache-nix-action
  • Loading branch information
mkannwischer authored Nov 26, 2024
2 parents e8c00f3 + eb23414 commit 85edae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/bench/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ runs:
run: |
check-namespace
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
uses: benchmark-action/github-action-benchmark@d48d326b4ca9ba73ca0cd0d59f108f9e02a381c7 # v1.20.4
with:
name: ${{ inputs.name }}
tool: "customSmallerIsBetter"
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/setup-nix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ runs:
nix config check
nix config show
echo "::endgroup::"
- uses: nix-community/cache-nix-action@v5
- uses: nix-community/cache-nix-action@8351fb9f51c580c96c509987ebb99e38aed956ce # v5.2.1
id: cache
if: ${{ env.NIX_CACHE_ENABLED != 1 && inputs.cache == 'true' }}
continue-on-error: true
Expand Down

0 comments on commit 85edae7

Please sign in to comment.