Skip to content

Commit

Permalink
fix free-disk-space action (#7937)
Browse files Browse the repository at this point in the history
the buildpack-deps images have been removed from the runners:
actions/runner-images#9093

so we no longer need to clear them up
(the command was failing any workflow that uses the action)
  • Loading branch information
XN137 committed Jan 10, 2024
1 parent 294f54e commit 4fbb346
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/free-disk-space/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ runs:
node:16-alpine \
node:18 \
node:18-alpine \
buildpack-deps:buster \
buildpack-deps:bullseye \
moby/buildkit:latest \
alpine:3.16 \
alpine:3.17 \
Expand Down

0 comments on commit 4fbb346

Please sign in to comment.