rsnext/docs
eve0415 2ac7e4c840
docs: update ci-build-caching (#41763)
This tiny PR is just to update document in [Continuous Integration (CI) Build Caching - GitHub Actions](https://nextjs.org/docs/advanced-features/ci-build-caching#github-actions).

The last version of `actions/cache@v2` is almost an year old, which is [2.1.7](https://github.com/actions/cache/releases/tag/v2.1.7).
It also uses [`::set-output` which is now deprecated](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/), and users should start moving to `actions/cache@v3` instead.


As stated in [GitHub Actions: Deprecating save-state and set-output commands](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/), the deprecated method will be fully disable them on 31st May 2023, which we still have times to move.
2022-10-25 06:02:58 +00:00
..
advanced-features docs: update ci-build-caching (#41763) 2022-10-25 06:02:58 +00:00
api-reference Add support for images.loaderFile config (#41585) 2022-10-21 12:31:53 -07:00
api-routes API Routes Request Helpers docs. (#39407) 2022-08-09 02:02:14 +00:00
basic-features Add support for images.loaderFile config (#41585) 2022-10-21 12:31:53 -07:00
guides Update building-form sample code (#38437) 2022-07-08 03:18:59 +00:00
migrating BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
routing Small change to note <Link /> executes server methods (#41577) 2022-10-20 00:51:51 +00:00
accessibility.md Add documentation on accessibility. (#38522) 2022-07-14 13:05:39 +00:00
authentication.md Alphabetize auth docs providers. (#34281) 2022-02-13 00:51:53 +00:00
deployment.md [docs] Update UTM params of some links (#39951) 2022-08-25 21:15:37 +00:00
faq.md doc: improve a word client side rendering (#39771) 2022-08-22 14:55:46 -05:00
getting-started.md Bump minimum Node.js version to 14.6.0 (#41765) 2022-10-24 21:47:54 -07:00
going-to-production.md docs: fix typos (#40342) 2022-09-08 20:38:26 +00:00
manifest.json Update next/image docs and examples (#41434) 2022-10-17 10:41:35 -04:00
testing.md BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
upgrading.md Bump minimum Node.js version to 14.6.0 (#41765) 2022-10-24 21:47:54 -07:00