diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a5f8e7292..441cf161d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: steps: - run: touch dummy.txt - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: cache with: path: dummy.txt