Skip to content

Commit

Permalink
Bump BSD action versions in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Apr 3, 2024
1 parent 40620b0 commit 575889f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/BSD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
lisp: [sbcl, ecl]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run tests on FreeBSD
uses: vmactions/freebsd-vm@v1
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v4

- name: Run tests on OpenBSD
uses: vmactions/openbsd-vm@v0
uses: vmactions/openbsd-vm@v1
with:
usesh: true
sync: rsync
Expand All @@ -72,7 +72,7 @@ jobs:
${{ matrix.lisp }} --load ~/quicklisp/setup.lisp --eval "(ql:quickload :trivial-clock/test)" --eval "(progn (uiop:quit (if (uiop:symbol-call :fiveam '#:run! :trivial-clock) 0 1)))"
- name: Run tests on DragonflyBSD
uses: vmactions/dragonflybsd-vm@v0
uses: vmactions/dragonflybsd-vm@v1
continue-on-error: true
with:
usesh: true
Expand Down

0 comments on commit 575889f

Please sign in to comment.