Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
freemvmt committed Apr 2, 2024
1 parent 0aee904 commit 955eaa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pizza-teardown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Remove vultr resources
uses: theopensystemslab/vultr-action@v2.1
uses: theopensystemslab/vultr-action@v2.2
with:
action: destroy
api_key: ${{ secrets.VULTR_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jobs:
steps:
- name: Create Pizza (if it doesn't exist)
id: create
uses: theopensystemslab/vultr-action@v2.1
uses: theopensystemslab/vultr-action@v2.2
with:
action: create
api_key: ${{ secrets.VULTR_API_KEY }}
Expand Down

0 comments on commit 955eaa5

Please sign in to comment.