From 7c05109ffa2a290d88c36c8ba7877b12937883fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 12:28:30 -0500 Subject: [PATCH] build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#3632) --- .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 52eb4487..2af640b3 100644 --- a/.github/workflows/build-multiarch.yml +++ b/.github/workflows/build-multiarch.yml @@ -119,7 +119,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 with: # for build-files step fetch-depth: 0 diff --git a/.github/workflows/verify-pr.yml b/.github/workflows/verify-pr.yml index b30dc150..27958176 100644 --- a/.github/workflows/verify-pr.yml +++ b/.github/workflows/verify-pr.yml @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 with: # for build-files step fetch-depth: 0