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: |