Skip to content

Commit

Permalink
Merge pull request #18367 from ivanvc/pin-robustness-github-actions-d…
Browse files Browse the repository at this point in the history
…ependencies

github/workflows: pin robutness tests dependencies
  • Loading branch information
ahrtr authored Jul 26, 2024
2 parents 94d4744 + 2e30c83 commit b8ac5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/robustness-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:

# Temporary monitoring to compare amd64 and arm64 runner performance
# Refer: https://actuated.dev/blog/right-sizing-vms-github-actions
- uses: alexellis/setup-arkade@master
- uses: alexellis/setup-arkade@b1816384b2260cfd2c023c6798d26075786cfc7f # v3
- name: Install vmmeter
run: |
sudo -E arkade oci install ghcr.io/openfaasltd/vmmeter:latest --path /usr/local/bin/
- uses: self-actuated/vmmeter-action@master
- uses: self-actuated/vmmeter-action@c7e2162e39294a810cab647cacc215ecd68a44f6 #v1

- name: install-lazyfs
if: ${{ inputs.lazyfsEnabled }}
Expand Down

0 comments on commit b8ac5ea

Please sign in to comment.