We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a3f38 commit 88824a3Copy full SHA for 88824a3
1 file changed
.github/workflows/unit-test-and-coverage-gate.yml
@@ -36,7 +36,8 @@ jobs:
36
ref: ${{ inputs.ref || github.event.pull_request.head.sha || github.sha }}
37
38
- name: Setup Earthly
39
- uses: earthly/actions/setup-earthly@v1
+ #uses: earthly/actions/setup-earthly@v1
40
+ uses: earthly/actions-setup@ee3f29b7334bcd54efbe129d3321f600ee0c8567 #v1.0.0
41
with:
42
version: "latest"
43
0 commit comments