From 7f962e7c27484b9f0dbe774905b71ebce5002b36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:54:40 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to b4ffde6 --- .github/workflows/docs.yml | 2 +- .github/workflows/image.yml | 4 ++-- .github/workflows/labels.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c0e61a6..9d4ebee 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: # checkout - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 # setup taskfile - uses: arduino/setup-task@v1 diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index ae54228..a295914 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -24,7 +24,7 @@ jobs: echo "::set-output name=image::${REPOSITORY//docker-/}" # checkout - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 # setup node - uses: actions/setup-node@v3.8.1 @@ -120,7 +120,7 @@ jobs: REPOSITORY: ${{ github.repository }} # checkout - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 # scan image - uses: crazy-max/ghaction-container-scan@v3 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 50b9da1..68a90f3 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: # checkout - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 # sync labels - uses: crazy-max/ghaction-github-labeler@v5