diff --git a/.github/workflows/auto_comments.yml b/.github/workflows/auto_comments.yml index afb94c7..528f846 100644 --- a/.github/workflows/auto_comments.yml +++ b/.github/workflows/auto_comments.yml @@ -154,7 +154,7 @@ jobs: - name: 🗄️ Cache Dependencies if: env.PROJECT_TYPE != 'unknown' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.CACHE_PATH }} key: ${{ runner.os }}-${{ env.PROJECT_TYPE }}-${{ hashFiles(env.DEPENDENCY_FILE) }}