From f710448bed84e893e196e2e2309d03a7f4019e18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 17:33:24 -0700 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.7 (#50) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-schema.yaml b/.github/workflows/build-schema.yaml index 0353f4b..e698560 100644 --- a/.github/workflows/build-schema.yaml +++ b/.github/workflows/build-schema.yaml @@ -15,7 +15,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Go uses: actions/setup-go@v5