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