From 3842ac469320e85ac96c10933a92f9b485a29d54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 08:13:55 -0500 Subject: [PATCH] build(deps): bump actions/checkout from 4.1.5 to 4.1.6 in the updates group (#2836) --- .github/workflows/build-multiarch.yml | 2 +- .github/workflows/verify-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-multiarch.yml b/.github/workflows/build-multiarch.yml index fca28930..1d1cb1d1 100644 --- a/.github/workflows/build-multiarch.yml +++ b/.github/workflows/build-multiarch.yml @@ -102,7 +102,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 with: # for build-files step fetch-depth: 0 diff --git a/.github/workflows/verify-pr.yml b/.github/workflows/verify-pr.yml index ee59a4cf..bc92cec4 100644 --- a/.github/workflows/verify-pr.yml +++ b/.github/workflows/verify-pr.yml @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 with: # for build-files step fetch-depth: 0