Skip to content

Commit 0bb2523

Browse files
committed
Merge branch 'main' of github.com:ekristen/azure-nuke into main
2 parents 760348b + 7f35450 commit 0bb2523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 0
2020
- name: Set up Go
21-
uses: actions/setup-go@v2
21+
uses: actions/setup-go@v3
2222
with:
2323
go-version: 1.17
2424
- name: Set up QEMU

0 commit comments

Comments
 (0)