diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a10029d..d5f2fd9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: version: [17, 21, 25] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 - name: Install java uses: actions/setup-java@v5 @@ -49,7 +49,7 @@ jobs: actions: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 with: # we need to fetch all existing git tags fetch-depth: 0