Skip to content

Commit 283ed2e

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/mermaid-11.15.0
2 parents 886ba0c + 81084c6 commit 283ed2e

8 files changed

Lines changed: 35 additions & 58 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v6.0.2
42+
uses: actions/checkout@v7.0.0
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
# checkout to the commit that has been pushed
27-
- uses: actions/checkout@v6.0.2
27+
- uses: actions/checkout@v7.0.0
2828

2929
# Setup mise
3030
- uses: jdx/mise-action@v4

.github/workflows/merge-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
# Create/Update release draft
13-
- uses: release-drafter/release-drafter@v7.3.0
13+
- uses: release-drafter/release-drafter@v7.4.0
1414
env:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
# checkout to the commit that has been pushed
12-
- uses: actions/checkout@v6.0.2
12+
- uses: actions/checkout@v7.0.0
1313

1414
# Setup mise
1515
- uses: jdx/mise-action@v4
@@ -22,7 +22,7 @@ jobs:
2222
lint:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v6.0.2
25+
- uses: actions/checkout@v7.0.0
2626

2727
# Setup mise
2828
- uses: jdx/mise-action@v4
@@ -60,6 +60,6 @@ jobs:
6060
runs-on: ubuntu-latest
6161
steps:
6262
# checkout to latest commit
63-
- uses: actions/checkout@v6.0.2
63+
- uses: actions/checkout@v7.0.0
6464
# run markdown linter
6565
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.17

exampleSite/package-lock.json

Lines changed: 16 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

layouts/_default/single.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<section class="sidebar-section" id="sidebar-section">
1111
<div class="sidebar-holder">
1212
<div class="sidebar" id="sidebar">
13-
<form class="mx-auto" method="get" action="{{ " search" | relLangURL }}">
14-
<input type="text" name="keyword" value="" placeholder="{{ i18n " search" }}" data-search="" id="search-box" />
13+
<form class="mx-auto" method="get" action="{{ "search" | relLangURL }}">
14+
<input type="text" name="keyword" value="" placeholder="{{ i18n "search" }}" data-search="" id="search-box" />
1515
</form>
1616
<div class="sidebar-tree">
1717
<ul class="tree" id="tree">
18-
<li id="list-heading"><a href="{{ " /posts/" | relLangURL }}" data-filter="all">{{ i18n "posts" }}</a></li>
18+
<li id="list-heading"><a href="{{ "/posts/" | relLangURL }}" data-filter="all">{{ i18n "posts" }}</a></li>
1919
<div class="subtree">
2020
{{ partial "navigators/sidebar.html" (dict "menuName" "sidebar" "menuItems" site.Menus.sidebar "ctx" .) }}
2121
</div>
@@ -154,14 +154,14 @@ <h1>{{ .Page.Title }}</h1>
154154
{{ end }}
155155
<div class="col-md-6 btn-improve-page">
156156
{{ if ( eq site.Params.GitForge "gitlab" ) }}
157-
<a href="{{ site.Params.GitRepo }}/-/edit/{{ .Scratch.Get " GitBranch" }}/content/{{ .File.Path }}"
158-
title="{{ i18n " improve_this_page" }}" target="_blank" rel="noopener">
157+
<a href="{{ site.Params.GitRepo }}/-/edit/{{ .Scratch.Get "GitBranch" }}/content/{{ .File.Path }}"
158+
title="{{ i18n "improve_this_page" }}" target="_blank" rel="noopener">
159159
{{ else if ( eq site.Params.GitForge "gitea" ) }}
160-
<a href="{{ site.Params.GitRepo }}/_edit/{{ .Scratch.Get " GitBranch" }}/content/{{ .File.Path }}"
161-
title="{{ i18n " improve_this_page" }}" target="_blank" rel="noopener">
160+
<a href="{{ site.Params.GitRepo }}/_edit/{{ .Scratch.Get "GitBranch" }}/content/{{ .File.Path }}"
161+
title="{{ i18n "improve_this_page" }}" target="_blank" rel="noopener">
162162
{{ else }} <!--- Make Github-style the default -->
163-
<a href="{{ site.Params.GitRepo }}/edit/{{ .Scratch.Get " GitBranch" }}/content/{{ .File.Path }}"
164-
title="{{ i18n " improve_this_page" }}" target="_blank" rel="noopener">
163+
<a href="{{ site.Params.GitRepo }}/edit/{{ .Scratch.Get "GitBranch" }}/content/{{ .File.Path }}"
164+
title="{{ i18n "improve_this_page" }}" target="_blank" rel="noopener">
165165
{{ end }}
166166
<i class="fas fa-code-branch"></i>
167167
{{ i18n "improve_this_page" }}

layouts/partials/sections/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ <h2 class="greeting-subtitle">{{ $author.subtitle }}</h2>
218218
{{ if .section.id }}
219219
{{ $sectionID = .section.id }}
220220
{{ end }}
221-
<a href="#{{ $sectionID }}" class="arrow-center" aria-label="{{ i18n " read" }} {{ i18n "more" }} - {{ $name }}"> <i
221+
<a href="#{{ $sectionID }}" class="arrow-center" aria-label="{{ i18n "read" }} {{ i18n "more" }} - {{ $name }}"> <i
222222
class="arrow bounce fa fa-chevron-down"></i></a>
223223
{{ end }}
224224
{{ end }}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)