diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c20f41f..4bdeb40 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.0.3 + uses: actions/checkout@v7.0.0 - name: Install java uses: actions/setup-java@v5.2.0 @@ -49,7 +49,7 @@ jobs: actions: write steps: - name: Checkout - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: # we need to fetch all existing git tags fetch-depth: 0