diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-02 10:39:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 10:39:34 +0200 |
commit | edc050cc5793e0c8f3814ad83d49bbd62686a809 (patch) | |
tree | 31fb9fa2fa27eeae0c669f791c2313734e42766f | |
parent | 948285de39e0c19463a99e73c621298d30ec6a87 (diff) | |
download | redis-edc050cc5793e0c8f3814ad83d49bbd62686a809.tar.gz |
Bump vmactions/freebsd-vm from 0.1.5 to 0.1.6 (#10219)
-rw-r--r-- | .github/workflows/daily.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 88e31f52a..41be3d357 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -521,10 +521,11 @@ jobs: repository: ${{ env.GITHUB_REPOSITORY }} ref: ${{ env.GITHUB_HEAD_REF }} - name: test - uses: vmactions/freebsd-vm@v0.1.5 + uses: vmactions/freebsd-vm@v0.1.6 with: usesh: true sync: rsync + copyback: false prepare: pkg install -y bash gmake lang/tcl86 lang/tclx run: > gmake || exit 1 ; |