From 4e8ee37657b2cd0b9373e6b2d5dc38e6ef98875e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:14:25 +0000 Subject: [PATCH] ci(deps): update actions/checkout action to v4.2.1 --- .github/workflows/branch-synch.yml | 2 +- .github/workflows/test-and-deploy.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/branch-synch.yml b/.github/workflows/branch-synch.yml index b7b40fda..5e83369d 100644 --- a/.github/workflows/branch-synch.yml +++ b/.github/workflows/branch-synch.yml @@ -11,7 +11,7 @@ jobs: sync-branch: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - name: Merge master -> exercises uses: devmasx/merge-branch@1.4.0 with: diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index bdd63465..0540b986 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -38,7 +38,7 @@ jobs: sudo apt-get update sudo apt-get install -y openjdk-21-jre-headless - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 - name: Tests run: ./tests.main.kts prepare-deliveries: @@ -62,7 +62,7 @@ jobs: end ' - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 with: fetch-depth: 0 ref: ${{ steps.ref.outputs.ref }} @@ -98,7 +98,7 @@ jobs: steps: - name: Checkout the local repo if: matrix.type == 'repo' - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 - name: Checkout the target repo if it exists, initialize if needed if: matrix.type == 'repo' run: |