From 0cca35bf0442c8c3e09a7143302e84ef9af8c092 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 16:20:40 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3.6.0 --- .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 4b469099..58cec3dc 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.0.2 + - uses: actions/checkout@v3.6.0 with: fetch-depth: 100 - name: Fetch tags diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc5f0559..6e003b14 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.0.2 + - uses: actions/checkout@v3.6.0 with: fetch-depth: 100 - name: Fetch tags