Update vm-builder v0.12.1 -> v0.13.1 (#4728)

This should only affect the version of the vm-informant used. The only
change to the vm-informant from v0.12.1 to v0.13.1 was:

* https://github.com/neondatabase/autoscaling/pull/407

Just a typo fix; worth getting in anyways.
This commit is contained in:
Em Sharnoff
2023-07-15 15:38:15 -07:00
committed by GitHub
parent 53470ad12a
commit 2eae0a1fe5

View File

@@ -794,7 +794,7 @@ jobs:
run:
shell: sh -eu {0}
env:
VM_BUILDER_VERSION: v0.12.1
VM_BUILDER_VERSION: v0.13.1
steps:
- name: Checkout