summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBinbin <binloveplay1314@qq.com>2022-11-05 02:28:27 +0800
committerGitHub <noreply@github.com>2022-11-04 20:28:27 +0200
commit5246bf454464892ad8337f583028702d31e0a6e1 (patch)
tree480b0e95619391f733160e54b1ba24b48d9e9147 /.github
parentfac188b49d9680fdeb90332f163e5634cec1ea13 (diff)
downloadredis-5246bf454464892ad8337f583028702d31e0a6e1.tar.gz
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/daily.yml6
1 files changed, 3 insertions, 3 deletions
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