diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68e40206..1dbd678c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false steps: - name: Checkout current branch - uses: actions/checkout@v3.0.1 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 - name: Setup Scala and Java @@ -36,7 +36,7 @@ jobs: scala: ['2.11.12', '2.12.15', '2.13.8', '3.1.0'] steps: - name: Checkout current branch - uses: actions/checkout@v3.0.1 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 - name: Setup Scala and Java @@ -53,7 +53,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout current branch - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 - name: Setup Scala and Java uses: olafurpg/setup-scala@v13 - name: Cache scala dependencies @@ -67,7 +67,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Checkout current branch - uses: actions/checkout@v3.0.1 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 - name: Setup Scala and Java diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 9a0cbf93..d543df6b 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-20.04 timeout-minutes: 30 steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.2.0 with: fetch-depth: 0 - name: Setup Scala and Java