Skip to content

Commit ac50508

Browse files
Replacing deprecated 3bit/setup-hcloud action: (#12)
This action, which allows to interact with Hetzner Cloud, has been deprecated. This PR is a 'put in' replacement of the former Action with Hetzner's official one
1 parent 71cafc5 commit ac50508

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 300
1010
steps:
1111
- name: Install and cache Hetzner Cloud CLI
12-
uses: 3bit/setup-hcloud@v2
12+
uses: hetznercloud/setup-hcloud@v1
1313
- name: Create mina-build-system-amd64 cloud VM
1414
run: hcloud server create --name mina-build-system-amd64 --datacenter fsn1-dc14 --primary-ipv4 85665538 --image 228235776 --type cpx41 --ssh-key app@o1labs.org --start-after-create
1515
env:
@@ -56,7 +56,7 @@ jobs:
5656
timeout-minutes: 300
5757
steps:
5858
- name: Install and cache Hetzner Cloud CLI
59-
uses: 3bit/setup-hcloud@v2
59+
uses: hetznercloud/setup-hcloud@v1
6060
- name: Create mina-build-system-arm64 cloud VM
6161
run: hcloud server create --name mina-build-system-arm64 --datacenter fsn1-dc14 --primary-ipv4 85665558 --image 228228545 --type cax31 --ssh-key app@o1labs.org --start-after-create
6262
env:
@@ -103,7 +103,7 @@ jobs:
103103
timeout-minutes: 60
104104
steps:
105105
- name: Install and cache Hetzner Cloud CLI
106-
uses: 3bit/setup-hcloud@v2
106+
uses: hetznercloud/setup-hcloud@v1
107107
- name: Create mina-build-system-arm64 cloud VM
108108
run: hcloud server create --name mina-build-system-arm64 --datacenter fsn1-dc14 --primary-ipv4 85665558 --image 228228545 --type cax31 --ssh-key app@o1labs.org --start-after-create
109109
env:

0 commit comments

Comments
 (0)