diff --git a/.github/workflows/benchs.yml b/.github/workflows/benchs.yml index a439cf484..3d6d58728 100644 --- a/.github/workflows/benchs.yml +++ b/.github/workflows/benchs.yml @@ -22,7 +22,7 @@ jobs: if: ${{ !github.event.pull_request.head.repo.fork }} # comes from https://github.com/orgs/community/discussions/25217#discussioncomment-3246904 steps: - name: Checkout current branch - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: fetch-depth: 0 - name: Setup Java diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8b0a7f1e..e1ddf1185 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: continue-on-error: true steps: - name: Git Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: fetch-depth: '0' - name: Install libuv @@ -48,7 +48,7 @@ jobs: continue-on-error: false steps: - name: Git Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: fetch-depth: '0' - name: Install libuv @@ -88,7 +88,7 @@ jobs: - name: Cache Dependencies uses: coursier/cache-action@v6.4.5 - name: Git Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: fetch-depth: '0' - name: Test @@ -100,7 +100,7 @@ jobs: if: ${{ github.event_name == 'push' }} steps: - name: Git Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: fetch-depth: '0' - name: Install libuv @@ -174,7 +174,7 @@ jobs: if: ${{ github.event_name != 'pull_request' }} steps: - name: Git Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: fetch-depth: '0' - name: Install libuv @@ -203,7 +203,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.1 + uses: actions/checkout@v4.1.2 with: fetch-depth: '0' - name: Install libuv @@ -234,7 +234,7 @@ jobs: if: ${{ (github.event_name == 'release') && (github.event.action == 'published') }} steps: - name: Git Checkout - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: fetch-depth: '0' - name: notify the main repo about the new release of docs package diff --git a/.github/workflows/profile.yml b/.github/workflows/profile.yml index 14688e0d9..208f821d9 100644 --- a/.github/workflows/profile.yml +++ b/.github/workflows/profile.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest if: ${{ !github.event.pull_request.head.repo.fork }} # comes from https://github.com/orgs/community/discussions/25217#discussioncomment-3246904 steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.2 with: fetch-depth: 0 - name: Setup Java