Skip to content

Commit c5e78b5

Browse files
committed
ci(test-os): bump actions
Signed-off-by: CrazyMax <[email protected]>
1 parent 3197395 commit c5e78b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-os.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)