Skip to content

Commit

Permalink
(docs): refer to correct Github Actions cache version as described in…
Browse files Browse the repository at this point in the history
… example (#7869)

### Description

<!--
  ✍️ Write a short summary of your work.
  If necessary, include relevant screenshots.
-->

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->

Co-authored-by: Chris Olszewski <[email protected]>
  • Loading branch information
KarelVerschraegen and chris-olszewski authored Apr 1, 2024
1 parent e41c412 commit f1d64e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/repo/docs/ci/github-actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ The following steps exemplify how you could use [actions/cache](https://github.c
}
```

2. Configure your github pipeline with a step which utilizes the `actions/cache@v3` action before the build steps of your ci file.
2. Configure your github pipeline with a step which utilizes the `actions/cache@v4` action before the build steps of your ci file.

- Make sure that the `path` attribute set within the `actions/cache` action matches the output location above.
- In the example below, `path` was set to `.turbo`.
Expand Down

0 comments on commit f1d64e9

Please sign in to comment.