From 7edff5987bb8dee5f4098a3852ce9abd30fd7088 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 14:47:34 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.3.0 --- .github/workflows/validate-swagger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-swagger.yml b/.github/workflows/validate-swagger.yml index 1f545dc..80ae0e9 100644 --- a/.github/workflows/validate-swagger.yml +++ b/.github/workflows/validate-swagger.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest name: Validate Swagger steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 - run: yarn - name: Validate OpenAPI definition run: yarn validate