From 4e81bf685c5ebbe85a5f8ddf9ffe88d7c09f4ff8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 18:55:05 +0000 Subject: [PATCH] Update actions/checkout digest to 8ade135 --- .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 f330e83..78b84c0 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Get dependencies run: | diff --git a/.github/workflows/release-tagged.yml b/.github/workflows/release-tagged.yml index 8d7100d..0967b17 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # 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 e49b1f6..b9ef2e3 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Get tag information id: checkout run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}