From 2426bae347ae07c89a76a769b5dbde305be79f1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:40:15 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58cec3dc..54e7b067 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: matrix: scala-version: [ 2.12.13, 2.13.8 ] steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.2.1 with: fetch-depth: 100 - name: Fetch tags diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e003b14..6e8dfae4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: matrix: scala-version: [ 2.12.13, 2.13.8 ] steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.2.1 with: fetch-depth: 100 - name: Fetch tags