From abde6419d0c3d86f2170294203475d0b509acc53 Mon Sep 17 00:00:00 2001 From: Marc Redemske Date: Fri, 26 Jan 2024 18:50:26 +0100 Subject: [PATCH] docs: remove unnecessary step (#62) This step is not needed, because the cache is already managed by `bazel-contrib/.github/.github/workflows` --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bdf8b0a..5924006 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ Ready to get started? Copy this repo, then 1. rename directory "mylang" similarly 1. run `pre-commit install` to get lints (see CONTRIBUTING.md) 1. if you don't need to fetch platform-dependent tools, then remove anything toolchain-related. -1. update the `actions/cache@v2` bazel cache key in [.github/workflows/ci.yaml](.github/workflows/ci.yaml) and [.github/workflows/release.yml](.github/workflows/release.yml) to be a hash of your source files. 1. (optional) install the [Renovate app](https://github.com/apps/renovate) to get auto-PRs to keep the dependencies up-to-date. 1. delete this section of the README (everything up to the SNIP).