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