From 92429f5f77807bd0f88af746284bdfc834263268 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 15 Mar 2026 20:15:23 +0000 Subject: [PATCH] Update critical file(s) according to Chirpy v7.5.0 --- .github/workflows/pages-deploy.yml | 8 ++++---- Gemfile | 6 +++--- _config.yml | 1 + assets/lib | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index cc28f99..e38bc72 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # submodules: true @@ -37,12 +37,12 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.3 + ruby-version: 3.4 bundler-cache: true - name: Build site @@ -57,7 +57,7 @@ jobs: \-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/" - name: Upload site artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 with: path: "_site${{ steps.pages.outputs.base_path }}" diff --git a/Gemfile b/Gemfile index 8502018..a6c528d 100644 --- a/Gemfile +++ b/Gemfile @@ -2,13 +2,13 @@ source "https://rubygems.org" -gem "jekyll-theme-chirpy", "~> 7.4", ">= 7.4.1" +gem "jekyll-theme-chirpy", "~> 7.5" gem "html-proofer", "~> 5.0", group: :test -platforms :mingw, :x64_mingw, :mswin, :jruby do +platforms :windows, :jruby do gem "tzinfo", ">= 1", "< 3" gem "tzinfo-data" end -gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin] +gem "wdm", "~> 0.2.0", :platforms => [:windows] diff --git a/_config.yml b/_config.yml index 02f6b7c..e2c36e4 100644 --- a/_config.yml +++ b/_config.yml @@ -36,6 +36,7 @@ social: # It will be displayed as the default author of the posts and the copyright owner in the Footer name: your_full_name email: example@domain.com # change to your email address + fediverse_handle: # fill in your fediverse handle. E.g. "@username@domain.com" links: # The first element serves as the copyright owner's link - https://twitter.com/username # change to your Twitter homepage diff --git a/assets/lib b/assets/lib index 93e0345..f45457d 160000 --- a/assets/lib +++ b/assets/lib @@ -1 +1 @@ -Subproject commit 93e03454edf879bdf8abe34b9715b9fea4da0ee8 +Subproject commit f45457d2daaef83e2558a8985f403eed777eadf0