From 652c4d38008262cfedda8ec4c97bc43753c5dd1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:04:41 +0000 Subject: [PATCH] ci(tools): update actions/checkout digest to b4ffde6 --- .github/workflows/binaries.yml | 2 +- .github/workflows/changes.yml | 2 +- .github/workflows/docker.yml | 6 +++--- .github/workflows/docs.yml | 2 +- .github/workflows/general.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index a51b7d0..2212c16 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Configure aws id: aws diff --git a/.github/workflows/changes.yml b/.github/workflows/changes.yml index 75af9ec..846e47b 100644 --- a/.github/workflows/changes.yml +++ b/.github/workflows/changes.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: token: ${{ secrets.BOT_ACCESS_TOKEN }} diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index df87c6c..db91302 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup golang id: golang @@ -131,7 +131,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Hub tags id: hubTags @@ -209,7 +209,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Hub readme id: hub diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0904414..4d6a962 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup hugo id: hugo diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 36843f9..28b729d 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup golang id: golang