diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b469099..14de0a50 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.5.3 with: fetch-depth: 100 - name: Fetch tags diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc5f0559..dcdbd3d7 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.5.3 with: fetch-depth: 100 - name: Fetch tags