From 642270c72496a040c931dc98dcfcfdd05d429197 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 08:01:42 +0000 Subject: [PATCH] chore(deps): update crate-ci/typos action to v1.25.0 --- .github/workflows/linters.yml | 2 +- openstack_sdk/src/api/load_balancer/v2/amphorae/config.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 9fcc95e48..33462c603 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -103,6 +103,6 @@ jobs: uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Check spelling of file.txt - uses: crate-ci/typos@8e6a4285bcbde632c5d79900a7779746e8b7ea3f # v1.24.6 + uses: crate-ci/typos@f12cee1d8f3c79282a98ecb41d235aef17dfa8fd # v1.25.0 with: config: typos.toml diff --git a/openstack_sdk/src/api/load_balancer/v2/amphorae/config.rs b/openstack_sdk/src/api/load_balancer/v2/amphorae/config.rs index 6e12c5aea..34ec21606 100644 --- a/openstack_sdk/src/api/load_balancer/v2/amphorae/config.rs +++ b/openstack_sdk/src/api/load_balancer/v2/amphorae/config.rs @@ -17,7 +17,7 @@ //! Update the amphora agent configuration. This will push the new //! configuration to the amphora agent and will update the configuration -//! options that are mutatable. +//! options that are mutable. //! //! If you are not an administrative user, the service returns the HTTP //! `Forbidden (403)` response code.