Skip to content

Commit

Permalink
ci: use newer version of vmactions
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxillo committed Aug 7, 2024
1 parent 476a93a commit a5b1b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- name: Build and test in DragonFly BSD
id: build-test-dfly
uses: vmactions/dragonflybsd-vm@v0
uses: vmactions/dragonflybsd-vm@v1
with:
mem: 4096
usesh: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- name: Build and test in DragonFly BSD
id: build-test-dfly
uses: vmactions/dragonflybsd-vm@v0
uses: vmactions/dragonflybsd-vm@v1
with:
mem: 4096
usesh: true
Expand Down

0 comments on commit a5b1b87

Please sign in to comment.