File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,10 +93,10 @@ jobs:
9393 steps :
9494 -
9595 name : Checkout
96- uses : actions/checkout@v2
96+ uses : actions/checkout@v3
9797 -
9898 name : Cache Vagrant boxes
99- uses : actions/cache@v2
99+ uses : actions/cache@v3
100100 with :
101101 path : ~/.vagrant.d/boxes
102102 key : ${{ runner.os }}-vagrant-${{ hashFiles('hack/Vagrantfile.freebsd13') }}
@@ -110,7 +110,7 @@ jobs:
110110 run : |
111111 vagrant ssh -- "cp /vagrant/hack/dockerfiles/freebsd-smoke.Dockerfile /vagrant/cmd/buildctl/Dockerfile"
112112 vagrant ssh -- "cd /vagrant/cmd/buildctl; go run . build --frontend dockerfile.v0 --local context=. --local dockerfile=."
113-
114- - name : Print BuildKit logs
113+ -
114+ name : Print BuildKit logs
115115 if : always()
116116 run : vagrant ssh -- "sudo cat /vagrant/run-logs/buildkitd"
You can’t perform that action at this time.
0 commit comments