diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ee8a930c..6f11a925 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -42,7 +42,7 @@ jobs: node-version: ["20.x"] steps: - name: Checkout current branch - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Setup Scala and Java @@ -101,7 +101,7 @@ jobs: scala: ["2.12.20", "2.13.16", "3.3.6"] steps: - name: Checkout current branch - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Setup Scala and Java @@ -138,7 +138,7 @@ jobs: scala: ["2.12.20", "2.13.16", "3.3.6"] steps: - name: Checkout current branch - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Install libuv @@ -249,7 +249,7 @@ jobs: LC_ALL: "en_US.UTF-8" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0