chore(deps): bump the dependencies group across 1 directory with 2 updates#3671
chore(deps): bump the dependencies group across 1 directory with 2 updates#3671dependabot[bot] wants to merge 1 commit into
Conversation
…dates Bumps the dependencies group with 2 updates in the / directory: [actions/stale](https://github.com/actions/stale) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `actions/stale` from 10.2.0 to 10.3.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v10.2.0...v10.3.0) Updates `ruby/setup-ruby` from 1.306.0 to 1.310.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@c4e5b13...afeafc3) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruby/setup-ruby dependency-version: 1.310.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
Reviewed the Dependabot update. This PR only updates GitHub Actions workflow dependencies:
The workflow configuration itself appears unchanged, and the diff is limited to the two dependency references in No source/content changes are included. From a compatibility perspective, this looks like a routine minor dependency update. I’d be comfortable with this once the required checks are green. |
|
Maybe try running it a lil bit slower, or simply pause it for a few hours? |
基本写作和格式语法使用简单语法在GitHub上为散文和代码创建复杂的格式。 标题若要创建标题,请在标题文本之前添加一到六 # 个符号。 使用的编号 # 将确定标题的层次结构级别和字样大小。 # A first-level heading
## A second-level heading
### A third-level heading使用两个或更多标题时,GitHub通过单击“大纲”菜单图标 在文件头中自动生成可以访问的目录。 每个标题标题都列在目录中,你可以单击标题以导航到所选部分。 设置文本样式可以在注释字段和
引用文本可以使用 >.. Text that is not a quote
> Text that is a quote带引号的文本在左侧通过竖线缩进,并以灰色字体显示。 Note 查看对话时,可以通过突出显示文本,然后键入 R 来自动引用批注中的文本。可以通过单击 来引用整个批注,然后 引用答复。 有关键盘快捷方式的详细信息,请参阅 键盘快捷方式。 引用代码可以在句子中使用单个反引号来调用代码或命令。 使用反引号括起来的文本将不进行格式设置。 还可以按 Command+E (Mac) 或 Ctrl +E(Windows/Linux)键盘快捷方式,以便在 Markdown 行内插入代码块的反杆。 Use `git status` to list all new or modified files that haven't yet been committed.若要将代码或文本格式化为独立的块,请使用三个反引号。 Some basic Git commands are:
```
git status
git add
git commit
```有关详细信息,请参阅“创建和突显代码块”。 如果经常编辑代码片段和表,则可能受益于在 GitHub 上启用对所有注释字段采用固定宽度字体。 有关详细信息,请参阅“关于在GitHub上撰写和格式化”。 支持的颜色模型在问题、拉取请求和讨论中,可以使用反引号在句子中标记颜色。 反引号中支持的颜色模型将显示颜色的可视化效果。 The background color is `#ffffff` for light mode and `#000000` for dark mode.下面是当前支持的颜色模型。
Note
Links可以通过将链接文本包装在括号 还可以通过突出显示文本并使用键盘快捷方式 命令+V 来创建 Markdown 超链接。 如果要将文本替换为链接,请使用键盘快捷方式 Command+Shift+V。
Note GitHub 在注释中写入有效 URL 时自动创建链接。 有关详细信息,请参阅“自动链接引用和 URL”。 章节链接可以直接链接到具有标题的任何章节。 若要查看呈现文件中自动生成的定位点,请将鼠标悬停在章节标题上方以显示 图标,然后单击图标以在浏览器中显示定位点。 如果需要确定要编辑的文件中标题的定位点,可以使用以下基本规则:
有关 URI 片段要求的详细信息,请参阅 RFC 3986:统一资源标识符(URI):通用语法,第 3.5 节。 下面的代码块演示了用于从呈现内容中的标题生成定位点的基本规则。 # Example headings
## Sample Section
## This'll be a _Helpful_ Section About the Greek Letter Θ!
A heading containing characters not allowed in fragments, UTF-8 characters, two consecutive spaces between the first and second words, and formatting.
## This heading is not unique in the file
TEXT 1
## This heading is not unique in the file
TEXT 2
# Links to the example headings above
Link to the sample section: [Link Text](#sample-section).
Link to the helpful section: [Link Text](#thisll-be-a-helpful-section-about-the-greek-letter-Θ).
Link to the first non-unique section: [Link Text](#this-heading-is-not-unique-in-the-file).
Link to the second non-unique section: [Link Text](#this-heading-is-not-unique-in-the-file-1).Note 如果您编辑标题,或更改具有相同锚点的标题顺序,您还需要更新指向这些标题的任何链接,因为锚点将会变化。 相对链接您可以在渲染的文件中定义相对链接和图像路径,以帮助读者导航到仓库中的其他文件。 相对链接是相对于当前文件的链接。 例如,如果在仓库根目录下有一个自述文件,而在 docs/CONTRIBUTING.md 中有另一个文件,则自述文件中的 CONTRIBUTING.md 的相关链接如下所示 : GitHub 将根据你当前使用的分支自动转换相对链接或图像路径,从而使链接或路径始终有效。 链接的路径将相对于当前文件。 以 链接文本应位于一行上。 下面的示例将不起作用。 [Contribution
guidelines for this project](docs/CONTRIBUTING.md)相对链接更便于用户克隆仓库。 绝对链接可能无法用于仓库的克隆 - 建议使用相对链接引用仓库中的其他文件。 自定义定位点可以使用标准 HTML 定位标记 ( Note 自定义锚点不会包含在文档大纲/目录中。 可以使用你为定位点提供的属性的值 例如: # Section Heading
Some body text of this section.
<a name="my-custom-anchor-point"></a>
Some text I want to provide a direct link to, but which doesn't have its own heading.
(… more content…)
[A link to that custom anchor](#my-custom-anchor-point)Tip 自定义锚点不会被自动标题链接的命名和编号行为所考虑。 换行符如果要在存储库中编写问题、拉取请求或讨论,GitHub 将自动呈现换行符: This example
Will span two lines但是,如果要在 .md 文件中编写,则上面的示例将在一行上呈现,且不带换行符。 若要在 .md 文件中创建换行符,需要包含以下项之一:
如果在两行之间留空行,则 .md 文件和 Markdown 在问题、拉取请求和讨论中都会呈现由空白行分隔的两行: This example
Will have a blank line separating both lines映像可以通过添加 ! 并将替换文字包装在
GitHub 支持将图像嵌入问题,拉取请求, 讨论, 注释和 Note 如果要显示存储库中的图像,请使用相对链接而不是绝对链接。 下面是使用相对链接显示图像的一些示例。
Note 仅当查看器至少对包含这些映像的专用存储库具有读取访问权限时,上表中的最后两个相对链接才适用于专用存储库中的映像。 有关详细信息,请参阅 相对链接。 Picture(图片)元素
Lists可以通过在一行或多行文本前面加上一-*行或多行文本+来创建无序列表。 - George Washington
* John Adams
+ Thomas Jefferson若要对列表进行排序,请在每行前面加上一个数字。 1. James Madison
2. James Monroe
3. John Quincy Adams嵌套列表可以通过在另一项下方缩进一个或多个列表项来创建嵌套列表。 若要使用 GitHub 上的 Web 编辑器创建嵌套列表,或者使用单边字体的文本编辑器(如 Visual Studio Code),您可以直观地对齐列表。 在嵌套列表项前面键入空格字符,直到列表标记字符(- 或 *)直接位于其上方的项中的文本的第一个字符下方。 1. First list item
- First nested list item
- Second nested list itemNote 在基于 Web 的编辑器中,可以先突出显示所需行,然后分别使用 Tab 或 Shift+Tab 来缩进或缩进一行或多行文本。 若要在 GitHub 的注释编辑器中创建嵌套列表,不能使用单空格字体,可以在嵌套列表上方查看列表项,并计算项内容之前显示的字符数。 然后键入嵌套列表项前面的空格字符数。 在此示例中,可以通过将嵌套列表项缩进至少五个空格来在列表项下添加嵌套列表项 100. First list item
- First nested list item可以使用同一方法创建多个级别的嵌套列表。 例如,由于第一个嵌套列表项在嵌套列表内容 100. First list item
- First nested list item
- Second nested list item有关更多示例,请参阅 GitHub Flavored Markdown Spec。 任务列表若要创建任务列表,请在列表项前加连字符和空格,后接 - [x] #739
- [ ] https://github.com/octo-org/octo-repo/issues/740
- [ ] Add delight to the experience when all tasks are complete :tada:如果任务列表项说明以括号开头,则需要使用 \:
有关详细信息,请参阅“关于任务列表”。 提及人员和团队可以通过键入其用户名或团队名称来提及 GitHub 上的人员或@。 这将触发通知并引起他们对对话的关注。 如果编辑批注以提及其用户名或团队名称,则人员也会收到通知。 有关通知的详细信息,请参阅 关于通知。 Note 只有当某人拥有存储库的读取权限,并且该存储库由组织拥有时,且该人是该组织的成员,才会收到有关提及的通知。
提到父团队时,其子团队的成员也会收到通知,从而简化与多个人员组的通信。 有关详细信息,请参阅“关于组织团队”。 键入符号 @ 将显示项目中的人员或团队列表。 在键入时,列表会筛选,因此,找到要查找的人员或团队的名称后,可以使用箭头键将其选中,然后按 Tab 或 Enter 以完成名称。 对于团队,请输入 @organization/team-name 该团队的所有成员将订阅对话。 自动完成结果仅限于存储库协作者和线程上的任何其他参与者。 引用问题和拉取请求可以通过键入来 #显示存储库中建议的问题和拉取请求的列表。 键入问题或拉取请求编号或标题以筛选列表,然后按 Tab 或 Enter 以完成突出显示的结果。 有关详细信息,请参阅“自动链接引用和 URL”。 引用外部资源如果自定义自动链接引用配置用于仓库,则对外部资源(如 JIRA 议题或 Zendesk 事件单)的引用将转换为缩短的链接。 要了解在您的仓库中哪些自动链接可用,请联系拥有仓库管理员权限的人。 有关详细信息,请参阅“配置自动链接以引用外部资源”。 上传素材可以通过拖放、从文件浏览器选择或粘贴来上传图像等资产。 可以将资产上传到存储库中的问题、拉取请求、注释和 使用表情符号可以通过键入
键入 : 将显示建议的表情符号列表。 键入时,列表将进行筛选,因此,找到要查找的表情符号后,按 Tab 或 Enter 以完成突出显示的结果。 有关可用表情符号和代码的完整列表,请参阅 表情符号备忘单。 Paragraphs可以通过在文本行之间留空行来创建新段落。 Footnotes可以使用以下括号语法向内容添加脚注: 脚注将如下所示呈现: Note Markdown 中脚注的位置不会影响脚注的呈现位置。 可以在对脚注的引用后立即编写脚注,脚注仍将呈现在 Markdown 底部。 Wiki 不支持脚注。 Alerts警报(有时也称为 标注 或 告诫)是基于可用于强调关键信息的块语法的 Markdown 扩展。 在 GitHub上,它们以独特的颜色和图标显示,以指示内容的重要性。 仅在提醒对于用户体验成功至关重要时使用,并将其限制为每篇文章一到两个,以防止信息过载。 此外,应避免连续放置警报。 警报不能嵌套在其他元素中。 要添加警报,请使用特定格式的引用块行来指定警报类型,后跟在标准引用块中的警报信息。 有五种类型的警报可用: > [!NOTE]
> Useful information that users should know, even when skimming content.
> [!TIP]
> Helpful advice for doing things better or more easily.
> [!IMPORTANT]
> Key information users need to know to achieve their goal.
> [!WARNING]
> Urgent info that needs immediate user attention to avoid problems.
> [!CAUTION]
> Advises about risks or negative outcomes of certain actions.下面是呈现的警报: 使用注释隐藏内容可以通过将内容置于 HTML 注释中,告知 GitHub 隐藏呈现的 Markdown 中的内容。 忽略 Markdown 格式你可以告诉 GitHub 在 Markdown 字符之前使用 \ (或转义) Markdown 格式。
有关反斜杠的详细信息,请参阅 Daring Fireball 的 Markdown 语法。 Note 在问题或合并请求的标题中,Markdown 格式不会被忽略。 禁用 Markdown 渲染查看 Markdown 文件时,可单击文件顶部的“Code”以禁用 Markdown 呈现并改为查看文件的源。**** 禁用 Markdown 呈现使你能够使用源视图功能,例如行链接,这在查看呈现的 Markdown 文件时不可用。 延伸阅读 |

























Bumps the dependencies group with 2 updates in the / directory: actions/stale and ruby/setup-ruby.
Updates
actions/stalefrom 10.2.0 to 10.3.0Release notes
Sourced from actions/stale's releases.
Commits
eb5cf3achore: upgrade dependencies and bump version to 10.3.0 (#1335)db5d06aEnhancement: ignore stale labeling events (#1311)Updates
ruby/setup-rubyfrom 1.306.0 to 1.310.0Release notes
Sourced from ruby/setup-ruby's releases.
Commits
afeafc3Add ruby-4.0.528c65f7Update CRuby releases on Windows97ecb7bUpdate CRuby releases on Windows6aaa311Add ruby-4.0.4f02c009Fix docs.github.com URLs to avoid 301 redirects98bfeb1Remove EOL Ruby versions from matrix example in README59a7680Update Ruby version examples in README to include 4.06459287Replace outdated help.github.com URLs with docs.github.comYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions