diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 7cb534c..f62c83f 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -64,7 +64,7 @@ jobs: git-commit-message: "docs(terraform): update README.md" - name: Cache Docs if: ${{ github.event_name == 'push' }} - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | README.md @@ -152,7 +152,7 @@ jobs: uses: actions/checkout@v4 - name: Restore Cached Docs if: ${{ github.event_name == 'push' }} - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: README.md key: ${{ runner.os }}-docs-${{ github.sha }}