From dfa17dd8b35f8f46be2fa3d6934a297cbf88e80a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 19:28:49 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/build.yml | 6 +++--- .github/workflows/publish.yml | 8 ++++---- themes/docsy/layouts/partials/scripts.html | 2 +- themes/docsy/layouts/partials/search-input-navbar.html | 2 +- themes/docsy/layouts/partials/search-input-sidebar.html | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b22aaec65..daaa90b25 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,18 +16,18 @@ jobs: steps: - name: clone - uses: actions/checkout@v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: submodules: recursive fetch-depth: 0 - name: node - uses: actions/setup-node@v3 + uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: node-version: '18' - name: hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@16361eb4acea8698b220b76c0d4e84e1fd22c61d # v2 with: hugo-version: '0.108.0' extended: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f08b0af7c..28714b76a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,18 +17,18 @@ jobs: steps: - name: clone - uses: actions/checkout@v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 with: submodules: recursive fetch-depth: 0 - name: node - uses: actions/setup-node@v3 + uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: node-version: '18' - name: hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@16361eb4acea8698b220b76c0d4e84e1fd22c61d # v2 with: hugo-version: '0.108.0' extended: true @@ -43,7 +43,7 @@ jobs: hugo --minify - name: publish - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages diff --git a/themes/docsy/layouts/partials/scripts.html b/themes/docsy/layouts/partials/scripts.html index f3269da28..70b8e8a59 100644 --- a/themes/docsy/layouts/partials/scripts.html +++ b/themes/docsy/layouts/partials/scripts.html @@ -1,5 +1,5 @@ - + {{ $jsBase := resources.Get "js/base.js" }} {{ $jsAnchor := resources.Get "js/anchor.js" }} diff --git a/themes/docsy/layouts/partials/search-input-navbar.html b/themes/docsy/layouts/partials/search-input-navbar.html index 9adcf3677..9bb2c9dce 100644 --- a/themes/docsy/layouts/partials/search-input-navbar.html +++ b/themes/docsy/layouts/partials/search-input-navbar.html @@ -7,7 +7,7 @@ {{ printf "{{ item.display }}" }} - + +