From 1c9d5d4b47a9bbf24b62447cf4f5be8b8c56d819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 20:41:53 +0100 Subject: [PATCH] :arrow_up: Bump actions/checkout from 4.2.0 to 4.2.2 (#584) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.0...11bd71901bbe5b1630ceea73d27597364c9af683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a10ed32..d256e185 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,7 +184,7 @@ jobs: - detection_coverage steps: - name: "Checkout repository" - uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" + uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" - name: "Setup Python" uses: "actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b"