1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Add note about updates to bundled actions (#25754)

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
This commit is contained in:
Steffen Bjerkenås
2022-03-02 23:12:39 +01:00
committed by GitHub
parent ffb8f52480
commit 591c0ce43b

View File

@@ -35,7 +35,9 @@ Each action is a repository in the `actions` organization, and each action repos
{% note %}
**Note:** When using setup actions (such as `actions/setup-LANGUAGE`) on {% data variables.product.product_name %} with self-hosted runners, you might need to set up the tools cache on runners that do not have internet access. For more information, see "[Setting up the tool cache on self-hosted runners without internet access](/enterprise/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access)."
**Notes:**
- When using setup actions (such as `actions/setup-LANGUAGE`) on {% data variables.product.product_name %} with self-hosted runners, you might need to set up the tools cache on runners that do not have internet access. For more information, see "[Setting up the tool cache on self-hosted runners without internet access](/enterprise/admin/github-actions/setting-up-the-tool-cache-on-self-hosted-runners-without-internet-access)."
- Upgrades to {% data variables.product.product_name %} will not result in the bundled actions being updated.
{% endnote %}