diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b8c0c6a..484a90a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout current branch - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Setup Scala and Java @@ -37,7 +37,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout current branch - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4.1.1 - name: Setup Scala and Java uses: olafurpg/setup-scala@v14 - name: Cache scala dependencies @@ -56,7 +56,7 @@ jobs: platform: ['JVM'] steps: - name: Checkout current branch - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Setup Scala and Java @@ -84,7 +84,7 @@ jobs: if: github.event_name != 'pull_request' steps: - name: Checkout current branch - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - name: Setup Scala and Java @@ -106,7 +106,7 @@ jobs: if: ${{ github.event_name == 'push' }} steps: - name: Git Checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: '0' - name: Install libuv @@ -170,7 +170,7 @@ jobs: if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }} steps: - name: Git Checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: '0' - name: Install libuv @@ -202,7 +202,7 @@ jobs: if: ${{ (github.event_name == 'release') && (github.event.action == 'published') }} steps: - name: Git Checkout - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: '0' - name: notify the main repo about the new release of docs package