Skip to content

Commit

Permalink
Merge pull request #20 from eMoflon/hotfix/ci-fix-noidejs-deprecation…
Browse files Browse the repository at this point in the history
…-warnings

Updates actions to remove warnings deprecation warnings
  • Loading branch information
maxkratz authored Dec 15, 2022
2 parents bcb7799 + 47ef698 commit bfc4b12
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 bfc4b12

Please sign in to comment.