diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c6af7cc7f3..aae445338e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,7 +133,7 @@ jobs: run: | sudo -E arkade oci install ghcr.io/openfaasltd/vmmeter:latest --path /usr/local/bin/ - name: Run vmmeter - uses: self-actuated/vmmeter-action@master + uses: self-actuated/vmmeter-action@v1 if: ${{ startsWith(matrix.platform.os, 'actuated') }} - name: Checkout code