diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1fc9178..5ae71a10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 - name: Setup Java uses: actions/setup-java@v3.12.0 with: @@ -36,7 +36,7 @@ jobs: scala: ["2.12.18", "2.13.11", "3.2.2"] steps: - name: Checkout current branch - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 - name: Setup Java uses: actions/setup-java@v3.12.0 with: @@ -53,7 +53,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 - name: Setup Java uses: actions/setup-java@v3.12.0 with: @@ -70,7 +70,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 - name: Setup Java uses: actions/setup-java@v3.12.0 with: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 85e50f04..578fc298 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: fetch-depth: 0 - name: Setup Java diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11e74eb3..86c99c03 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout current branch - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: fetch-depth: 0 - name: Setup Java