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