Skip to content

Commit

Permalink
Merge remote-tracking branch 'parent/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Dec 16, 2022
2 parents b4769e4 + bfc4b12 commit 56f4c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vagrant-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: macos-12

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: show Vagrant version
run: vagrant --version
- name: run vagrant up
Expand All @@ -39,7 +39,7 @@ jobs:
vagrant halt
vboxmanage export emoflon -o emoflon.ova
- name: upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: emoflon-ova
path: emoflon.ova
Expand Down

0 comments on commit 56f4c67

Please sign in to comment.