From b930cbbe5c79a51c0ffac9a3f3f7214eabd9d776 Mon Sep 17 00:00:00 2001 From: Casper Meijn Date: Thu, 15 Aug 2024 20:40:49 +0200 Subject: [PATCH] build(deps): Update dependencies --- .github/workflows/gh-pages.yml | 8 ++++---- .github/workflows/hugo.yml | 6 +++--- .github/workflows/optimize-images.yml | 4 ++-- .github/workflows/reuse.yml | 4 ++-- themes/gochowdown | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 805dc3a..99b4ba4 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,22 +14,22 @@ jobs: deploy: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: - hugo-version: '0.111.3' + hugo-version: '0.132.2' extended: true - name: Build run: hugo --minify --baseUrl https://caspermeijn.github.io/receptenboek/ - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 1c848e5..2a60f93 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -10,15 +10,15 @@ jobs: deploy: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 + uses: peaceiris/actions-hugo@v3 with: - hugo-version: '0.111.3' + hugo-version: '0.132.2' extended: true - name: Build diff --git a/.github/workflows/optimize-images.yml b/.github/workflows/optimize-images.yml index 1553c04..abaf13e 100644 --- a/.github/workflows/optimize-images.yml +++ b/.github/workflows/optimize-images.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -28,7 +28,7 @@ jobs: find -name *.jpg -exec jpegoptim --strip-all --max=85 --threshold=1 {} \; - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: Optimize images title: Optimize images diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index e5a32f2..f3eeae9 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -15,6 +15,6 @@ jobs: test: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: REUSE Compliance Check - uses: fsfe/reuse-action@v1 + uses: fsfe/reuse-action@v4 diff --git a/themes/gochowdown b/themes/gochowdown index 5458dc7..76d93a3 160000 --- a/themes/gochowdown +++ b/themes/gochowdown @@ -1 +1 @@ -Subproject commit 5458dc7bd80a15a4d2409f2ee6eeb90db392be76 +Subproject commit 76d93a3a3675ffcf54bdb9f053c1971d628e49d8