We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb19099 + 4831261 commit c0916f0Copy full SHA for c0916f0
action.yml
@@ -7,4 +7,4 @@ runs:
7
with:
8
repository: 'prometheus/promci'
9
path: '.github/promci'
10
- ref: v0.5.2
+ ref: v0.5.3
actions/setup_environment/action.yml
@@ -58,9 +58,6 @@ runs:
58
# Remove PowerShell
59
sudo rm -rf /usr/local/share/powershell
60
61
- # Remove CodeQL and other toolcaches
62
- sudo rm -rf /opt/hostedtoolcache
63
-
64
df -h
65
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
66
if: inputs.enable_go == 'true'
0 commit comments