Skip to content

Commit e6c3787

Browse files
authored
fix(action): update action dependency to specific commit hash (#75)
Signed-off-by: Rafael Matias <rafael@skyle.net>
1 parent 9e2717b commit e6c3787

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
using: 'composite'
4545
steps:
4646
- name: Verify and install dependencies
47-
uses: ethpandaops/benchmarkoor/.github/actions/dependencies@fix-gh-action-deps
47+
uses: ethpandaops/benchmarkoor/.github/actions/dependencies@9e2717bc470635bfd390165b2cff7825169b8de7
4848

4949
- name: Build Docker image locally
5050
if: inputs.image == ''

0 commit comments

Comments
 (0)