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