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.

(cherry picked from commit 5246bf4544)
This commit is contained in:
Binbin 2022-11-05 02:28:27 +08:00 committed by Oran Agra
parent 98410d0da5
commit 7275935641
1 changed files with 3 additions and 3 deletions

View File

@ -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