diff --git a/content/actions/reference/limits.md b/content/actions/reference/limits.md index 8316ea67e4..36f87c95fc 100644 --- a/content/actions/reference/limits.md +++ b/content/actions/reference/limits.md @@ -15,7 +15,7 @@ shortTitle: Limits You may be rate limited by {% data variables.product.prodname_actions %} when you scale your usage. Some limits can be increased by contacting {% data variables.contact.contact_support %}. -Unless otherwise stated, the expected behaviour when a limit is reached is that the workflow/job will get cancelled. +Unless otherwise stated, the expected behavior when a limit is reached is that the workflow/job will get cancelled. These limits are subject to change. diff --git a/content/actions/reference/workflows-and-actions/metadata-syntax.md b/content/actions/reference/workflows-and-actions/metadata-syntax.md index e779a4f8b9..1bcb1f7bb1 100644 --- a/content/actions/reference/workflows-and-actions/metadata-syntax.md +++ b/content/actions/reference/workflows-and-actions/metadata-syntax.md @@ -148,11 +148,11 @@ For more information on how to use context syntax, see [AUTOTITLE](/actions/lear **Required** Configures the path to the action's code and the runtime used to execute the code. -### Example: Using Node.js v20 +### Example: Using Node.js v24 ```yaml runs: - using: 'node20' + using: 'node24' main: 'main.js' ``` @@ -161,6 +161,7 @@ runs: **Required** The runtime used to execute the code specified in [`main`](#runsmain). * Use `node20` for Node.js v20. +* Use `node24` for Node.js v24. ### `runs.main` @@ -177,7 +178,7 @@ In this example, the `pre:` action runs a script called `setup.js`: ```yaml runs: - using: 'node20' + using: 'node24' pre: 'setup.js' main: 'index.js' post: 'cleanup.js' @@ -204,7 +205,7 @@ In this example, the `post:` action runs a script called `cleanup.js`: ```yaml runs: - using: 'node20' + using: 'node24' main: 'index.js' post: 'cleanup.js' ``` diff --git a/content/code-security/codeql-cli/codeql-cli-manual/dataset-check.md b/content/code-security/codeql-cli/codeql-cli-manual/dataset-check.md index 2315108946..490e358f00 100644 --- a/content/code-security/codeql-cli/codeql-cli-manual/dataset-check.md +++ b/content/code-security/codeql-cli/codeql-cli-manual/dataset-check.md @@ -67,7 +67,7 @@ Select output format. Possible choices: \[Advanced] Expend extra effort to compute precise locations for inconsistencies. This will take more time, but may make it easier to -debug extractor behaviour. +debug extractor behavior. #### `--max-resolve-depth=` diff --git a/data/reusables/actions/action-checkout.md b/data/reusables/actions/action-checkout.md index decf1c7d00..9fd8f0315c 100644 --- a/data/reusables/actions/action-checkout.md +++ b/data/reusables/actions/action-checkout.md @@ -1 +1 @@ -actions/checkout@v4 +actions/checkout@v5