From 0c252f4f807f327016c150cfcbf9648a4fb3ec78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 18:45:29 +0000 Subject: [PATCH] chore(deps): Update actions/checkout action to v4.1.7 --- .github/workflows/go-lint.yaml | 2 +- .github/workflows/go-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-lint.yaml b/.github/workflows/go-lint.yaml index d148f3d39..7cbfef489 100644 --- a/.github/workflows/go-lint.yaml +++ b/.github/workflows/go-lint.yaml @@ -36,7 +36,7 @@ jobs: matrix: folder: [helpers/foundation-deployer] steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: go-version-file: ${{ matrix.folder }}/go.mod diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index af3cae33d..bea72208b 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -38,7 +38,7 @@ jobs: matrix: folder: [helpers/foundation-deployer] steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: go-version-file: ${{ matrix.folder }}/go.mod