diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b73c85b85..9c0eccd7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: fetch-depth: 0 - name: Setup Java @@ -40,7 +40,7 @@ jobs: scala: [ "2.12.18", "2.13.11", "3.3.0" ] steps: - name: Checkout current branch - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: fetch-depth: 0 - name: Setup Java @@ -63,7 +63,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Setup Java uses: actions/setup-java@v3.12.0 with: @@ -80,7 +80,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 - name: Setup Java uses: actions/setup-java@v3.12.0 with: @@ -106,7 +106,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Checkout current branch - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: fetch-depth: 0 - name: Setup Java diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index a434f7d6f..72670899e 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout current branch - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: fetch-depth: '0' - name: Setup Java