From b3722d60cbcdd8fc41f1197ea9462123b152ab30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 08:55:06 +0200 Subject: [PATCH] Bump actions/checkout from 4.1.6 to 4.1.7 (#120063) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6da5a570d22..b5ae02c2627 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -632,7 +632,7 @@ jobs: - base steps: - name: Check out code from GitHub - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Set up Python ${{ env.DEFAULT_PYTHON }} id: python uses: actions/setup-python@v5.1.0