mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-01 13:01:53 +08:00
chore: tests: always use the latest freebsd github action
This commit is contained in:
parent
344865884b
commit
25530fe0d1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/freebsd.yml
vendored
2
.github/workflows/freebsd.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Functional tests under FreeBSD
|
||||
uses: vmactions/freebsd-vm@v0.1.2
|
||||
uses: vmactions/freebsd-vm@main
|
||||
with:
|
||||
usesh: true
|
||||
sync: sshfs
|
||||
|
|
Loading…
Reference in a new issue