File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 uses : actions/setup-go@v6
5353 with :
5454 go-version-file : go.mod
55+ - name : Free Disk Space
56+ if : vars.RECLAIM_DISK_SPACE == 'true'
57+ uses : paketo-buildpacks/github-config/actions/pull-request/reclaim-disk-space@main
58+ with :
59+ tool-cache : false
60+ android : true
61+ dotnet : true
62+ haskell : true
63+ large-packages : false
64+ docker-images : true
65+ swap-storage : true
5566 - name : Run Integration Tests
5667 run : ./scripts/integration.sh --builder ${{ matrix.builder }} --token ${{ github.token }}
5768 env :
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 password : ${{ env.GCR_PASSWORD }}
113113 registry : ${{ env.GCR_REGISTRY }}
114114
115- - uses : buildpacks/github-actions/setup-tools@v5.9.7
115+ - uses : buildpacks/github-actions/setup-tools@v5.10.0
116116 - name : Push to DockerHub
117117 if : ${{ steps.parse_configs.outputs.push_to_dockerhub == 'true' }}
118118 id : push
You can’t perform that action at this time.
0 commit comments