From c6957751a20eb0cf2071aa44860cac77e244591a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:00:02 +0000 Subject: [PATCH] ci(deps): update actions/checkout action to v4.2.2 --- .github/workflows/build-and-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 3be9f54..4d69988 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -28,7 +28,7 @@ jobs: steps: # Checkout the repository - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: Check the simulations on CI uses: DanySK/build-check-deploy-gradle-action@3.5.11 with: @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: ref: ${{ github.head_ref }} - name: Update readme @@ -74,7 +74,7 @@ jobs: ) steps: - name: Checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: Install Node uses: actions/setup-node@v4.0.4 with: