From 345623932fba38a4f523973d7250647324faffd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:58:04 +0000 Subject: [PATCH] Bump actions/checkout from 3.3.0 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.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/v3.3.0...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 686c298..2c05b81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout Code Repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4.2.2 - name: Set up Python uses: actions/setup-python@v4.5.0 @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout Code Repository - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4.2.2 - name: Build the Stack run: docker-compose -f local.yml build