diff --git a/playbooks/openapi/pre.yaml b/playbooks/openapi/pre.yaml index 7eac5ba..ab739e9 100644 --- a/playbooks/openapi/pre.yaml +++ b/playbooks/openapi/pre.yaml @@ -22,7 +22,7 @@ - name: Download crate-ci/typos ansible.builtin.get_url: - url: "https://github.com/crate-ci/typos/releases/download/v1.23.6/typos-v1.23.6-x86_64-unknown-linux-musl.tar.gz" + url: "https://github.com/crate-ci/typos/releases/download/v1.25.0/typos-v1.25.0-x86_64-unknown-linux-musl.tar.gz" dest: "/tmp/typos.tar.gz" - name: Create bin folder