diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f60464..8b6dd68 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@v4.2.2 + uses: actions/checkout@v4.3.0 - name: Setup Java uses: actions/setup-java@v4.7.1 with: @@ -36,7 +36,7 @@ jobs: scala: ["2.12.20", "2.13.16", "3.7.0"] steps: - name: Checkout current branch - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 - name: Setup Java uses: actions/setup-java@v4.7.1 with: @@ -53,7 +53,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 - name: Setup Java uses: actions/setup-java@v4.7.1 with: @@ -70,7 +70,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout current branch - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 - name: Setup Java uses: actions/setup-java@v4.7.1 with: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9ece307..df56407 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@v4.2.2 + uses: actions/checkout@v4.3.0 with: fetch-depth: 0 - name: Setup Java diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8259410..3a34bf2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout current branch - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v4.3.0 with: fetch-depth: 0 - name: Setup Java