Skip to content

Commit

Permalink
Merge pull request #145 from take-cheeze/maint
Browse files Browse the repository at this point in the history
dependabot対応
  • Loading branch information
faithandbrave authored Jan 12, 2025
2 parents 248ec22 + 0f3ba5e commit 79fbdc6
Show file tree
Hide file tree
Showing 6 changed files with 14,724 additions and 13,057 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: git submodule update -i

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion html/kunai-testing.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</head>

<body>
<header>
<header data-kunai-mdinfo="{&#34;meta&#34;: {}, &#34;sources&#34;: [], &#34;page_id&#34;: [&#34;index&#34;]}">
<nav class="navbar navbar-default" role=navigation>
<div class=container-fluid>
<div class=navbar-header>
Expand Down
Loading

0 comments on commit 79fbdc6

Please sign in to comment.