From 5246bf454464892ad8337f583028702d31e0a6e1 Mon Sep 17 00:00:00 2001 From: Binbin Date: Sat, 5 Nov 2022 02:28:27 +0800 Subject: Bump vmactions/freebsd-vm to 0.3.0 to fix FreeBSD daily (#11476) Our FreeBSD daily has been failing recently: ``` Config file: freebsd-13.1.conf cd: /Users/runner/work/redis/redis: No such file or directory gmake: *** No targets specified and no makefile found. Stop. ``` Upgrade vmactions/freebsd-vm to the latest version (0.3.0) can work. I've tested it, but don't know why, but first let's fix it. --- .github/workflows/daily.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index e1afc9f98..72830cf42 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -690,7 +690,7 @@ jobs: repository: ${{ env.GITHUB_REPOSITORY }} ref: ${{ env.GITHUB_HEAD_REF }} - name: test - uses: vmactions/freebsd-vm@v0.2.4 + uses: vmactions/freebsd-vm@v0.3.0 with: usesh: true sync: rsync @@ -718,7 +718,7 @@ jobs: repository: ${{ env.GITHUB_REPOSITORY }} ref: ${{ env.GITHUB_HEAD_REF }} - name: test - uses: vmactions/freebsd-vm@v0.2.4 + uses: vmactions/freebsd-vm@v0.3.0 with: usesh: true sync: rsync @@ -745,7 +745,7 @@ jobs: repository: ${{ env.GITHUB_REPOSITORY }} ref: ${{ env.GITHUB_HEAD_REF }} - name: test - uses: vmactions/freebsd-vm@v0.2.4 + uses: vmactions/freebsd-vm@v0.3.0 with: usesh: true sync: rsync -- cgit v1.2.1