From 26ab7c3c211f512a192d9b11e5be9e52779ebfb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:17:38 +0000 Subject: [PATCH] Update actions/checkout digest to eef6144 --- .github/workflows/push.yml | 2 +- .github/workflows/release-tagged.yml | 2 +- .github/workflows/release-untagged.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index db75812..a470f6d 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -19,7 +19,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Get dependencies run: | diff --git a/.github/workflows/release-tagged.yml b/.github/workflows/release-tagged.yml index cd61ed5..ed02a00 100644 --- a/.github/workflows/release-tagged.yml +++ b/.github/workflows/release-tagged.yml @@ -19,7 +19,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Get tag information id: checkout run: echo ::set-output name=tag::${GITHUB_REF#refs/*/} diff --git a/.github/workflows/release-untagged.yml b/.github/workflows/release-untagged.yml index 21e9e00..d805332 100644 --- a/.github/workflows/release-untagged.yml +++ b/.github/workflows/release-untagged.yml @@ -19,7 +19,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Get tag information id: checkout run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}