Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ekristen/azure-nuke into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Apr 1, 2022
2 parents 760348b + 7f35450 commit 0bb2523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.17
- name: Set up QEMU
Expand Down

0 comments on commit 0bb2523

Please sign in to comment.