diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c625245b..5d3c6209f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: continue-on-error: true steps: - name: Git Checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4.1.0 with: fetch-depth: '0' - name: Install libuv @@ -45,7 +45,7 @@ jobs: continue-on-error: false steps: - name: Git Checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4.1.0 with: fetch-depth: '0' - name: Install libuv @@ -83,7 +83,7 @@ jobs: java-version: ${{ matrix.java }} check-latest: true - name: Git Checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4.1.0 with: fetch-depth: '0' - name: Test @@ -138,7 +138,7 @@ jobs: if: ${{ github.event_name != 'pull_request' }} steps: - name: Git Checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4.1.0 with: fetch-depth: '0' - name: Install libuv @@ -165,7 +165,7 @@ jobs: if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }} steps: - name: Git Checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4.1.0 with: fetch-depth: '0' - name: Install libuv @@ -194,7 +194,7 @@ jobs: if: ${{ (github.event_name == 'push') || ((github.event_name == 'release') && (github.event.action == 'published')) }} steps: - name: Git Checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4.1.0 with: ref: ${{ github.head_ref }} fetch-depth: '0'