From a5dc41642ef0f3f5dfad2844b67975af32742255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 09:08:02 +0000 Subject: [PATCH] chore(deps): bump the ci-dependencies group across 1 directory with 4 updates Bumps the ci-dependencies group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [jackyzha0/hugo-obsidian](https://github.com/jackyzha0/hugo-obsidian), [peaceiris/actions-hugo](https://github.com/peaceiris/actions-hugo) and [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages). Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) Updates `jackyzha0/hugo-obsidian` from 2.18 to 2.20 - [Release notes](https://github.com/jackyzha0/hugo-obsidian/releases) - [Commits](https://github.com/jackyzha0/hugo-obsidian/compare/v2.18...v2.20) Updates `peaceiris/actions-hugo` from 2 to 3 - [Release notes](https://github.com/peaceiris/actions-hugo/releases) - [Changelog](https://github.com/peaceiris/actions-hugo/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-hugo/compare/v2...v3) Updates `peaceiris/actions-gh-pages` from 3 to 4 - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](https://github.com/peaceiris/actions-gh-pages/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: jackyzha0/hugo-obsidian dependency-version: '2.20' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies - dependency-name: peaceiris/actions-hugo dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: peaceiris/actions-gh-pages dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/publishQuartz.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 .github/workflows/publishQuartz.yml diff --git a/.github/workflows/publishQuartz.yml b/.github/workflows/publishQuartz.yml old mode 100755 new mode 100644 index 62f0b6da..8c5d90c4 --- a/.github/workflows/publishQuartz.yml +++ b/.github/workflows/publishQuartz.yml @@ -23,12 +23,12 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Build Link Index - uses: jackyzha0/hugo-obsidian@v2.18 + uses: jackyzha0/hugo-obsidian@v2.20 with: index: true input: content @@ -39,7 +39,7 @@ jobs: run: echo Hello, world! - name: Setup hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: hugo-version: "0.96.0" extended: true @@ -50,7 +50,7 @@ jobs: # Runs a set of commands using the runners shell - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public