diff --git a/docs/usage/actions/runner.mdx b/docs/usage/actions/runner.mdx
index bd85f7e6..61ccbfc5 100644
--- a/docs/usage/actions/runner.mdx
+++ b/docs/usage/actions/runner.mdx
@@ -2,8 +2,6 @@
date: "2023-04-27T15:00:00+08:00"
slug: "runner"
sidebar_position: 20
-aliases:
- - /act-runner
---
# Gitea Runner
diff --git a/docs/usage/actions/variables.md b/docs/usage/actions/variables.md
index a195628b..e288638d 100644
--- a/docs/usage/actions/variables.md
+++ b/docs/usage/actions/variables.md
@@ -84,7 +84,7 @@ These environment variables are set automatically in every workflow run and can
|---|---|---|
| `CI` | Always set to `true`. | `true` |
| `GITEA_ACTIONS` | Always set to `true`. Useful to distinguish Gitea Actions from other CI systems. | `true` |
-| `GITEA_ACTIONS_RUNNER_VERSION` | The version of the runner executing the workflow. | `0.2.11` |
+| `GITEA_ACTIONS_RUNNER_VERSION` | The version of the runner executing the workflow. | `1.0.8` |
| `GITEA_ENV`
`GITHUB_ENV` | Path to the file that sets environment variables for subsequent steps. | `/home/runner/work/_temp/_runner_file_commands/set_env_***` |
| `GITEA_OUTPUT`
`GITHUB_OUTPUT` | Path to the file that sets step output parameters. | `/home/runner/work/_temp/_runner_file_commands/set_output_***` |
| `GITEA_PATH`
`GITHUB_PATH` | Path to the file that adds system `PATH` entries for subsequent steps. | `/home/runner/work/_temp/_runner_file_commands/add_path_***` |