diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a9f2589..46432003 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout current branch - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 - name: Setup Java @@ -39,7 +39,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout current branch - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Setup Java uses: actions/setup-java@v5 with: @@ -64,7 +64,7 @@ jobs: platform: ['JVM', 'Native', 'JS'] steps: - name: Checkout current branch - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 - name: Setup Java @@ -98,7 +98,7 @@ jobs: scala: [ '2.13.x' ] steps: - name: Checkout current branch - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 - name: Setup Java @@ -131,7 +131,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Checkout current branch - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 - name: Setup Java diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index f5fde5b9..c9914298 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -18,7 +18,7 @@ jobs: if: ${{ github.event_name == 'pull_request' }} steps: - name: Git Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: '0' - name: Cache scala dependencies @@ -40,7 +40,7 @@ jobs: if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }} steps: - name: Git Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: '0' - name: Cache scala dependencies @@ -65,7 +65,7 @@ jobs: if: ${{ (github.event_name == 'push') || ((github.event_name == 'release') && (github.event.action == 'published')) }} steps: - name: Git Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: ref: ${{ github.head_ref }} fetch-depth: '0'