We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301e70e commit 41ded67Copy full SHA for 41ded67
.github/workflows/check-vm.yml
@@ -43,7 +43,7 @@ jobs:
43
- run: curl -o rustup.sh --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs
44
45
- if: ${{ matrix.os == 'freebsd' }}
46
- uses: vmactions/freebsd-vm@8873d98fd1413b5977cb2f7348fe329775159892 # v1.1.9
+ uses: vmactions/freebsd-vm@c3ae29a132c8ef1924775414107a97cac042aad5 # v1.2.0
47
with:
48
usesh: true
49
envs: "CARGO_TERM_COLOR RUST_BACKTRACE RUST_LOG GITHUB_ACTIONS"
0 commit comments