diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58cec3dc..35bae223 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.0 with: fetch-depth: 100 - name: Fetch tags diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e003b14..de5ae10d 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.0 with: fetch-depth: 100 - name: Fetch tags