diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f40486513..a1ddc057d 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@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: Setup Java @@ -46,7 +46,7 @@ jobs: - '3.5.1' steps: - name: Checkout current branch - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: Setup Java @@ -69,7 +69,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: Setup Java uses: actions/setup-java@v4.4.0 with: @@ -86,7 +86,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: Setup Java uses: actions/setup-java@v4.4.0 with: @@ -112,7 +112,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Checkout current branch - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: 0 - name: Setup Java diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index fd348dfc2..9c26ffccc 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@v4.2.1 + uses: actions/checkout@v4.2.2 with: fetch-depth: '0' - name: Setup Java