From 99febbc7a0a041905e44ae9701748176ef9527c0 Mon Sep 17 00:00:00 2001 From: TKS <32640296+bigsk1@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:22:37 -0700 Subject: [PATCH] update theme --- .github/workflows/pages-deploy.yml | 6 +++--- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index 73d5854..42889b9 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -37,7 +37,7 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 - name: Setup Ruby uses: ruby/setup-ruby@v1 @@ -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@v1 + uses: actions/upload-pages-artifact@v3 with: path: "_site${{ steps.pages.outputs.base_path }}" @@ -70,4 +70,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v4 \ No newline at end of file diff --git a/Gemfile b/Gemfile index 64229ce..2a44823 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "jekyll-theme-chirpy", "~> 6.4.2" +gem "jekyll-theme-chirpy", "~> 6.5.3" group :test do gem "html-proofer", "~> 4.4" diff --git a/Gemfile.lock b/Gemfile.lock index c652a4d..117e763 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GEM eventmachine (1.2.7) ffi (1.16.3) forwardable-extended (2.6.0) - google-protobuf (3.25.2-x86_64-linux) + google-protobuf (3.25.3-x86_64-linux) html-proofer (4.4.3) addressable (~> 2.3) mercenary (~> 0.3) @@ -24,7 +24,7 @@ GEM yell (~> 2.0) zeitwerk (~> 2.5) http_parser.rb (0.8.0) - i18n (1.14.1) + i18n (1.14.4) concurrent-ruby (~> 1.0) jekyll (4.3.3) addressable (~> 2.4) @@ -55,7 +55,7 @@ GEM jekyll (>= 3.8, < 5.0) jekyll-sitemap (1.4.0) jekyll (>= 3.7, < 5.0) - jekyll-theme-chirpy (6.4.2) + jekyll-theme-chirpy (6.5.3) jekyll (~> 4.3) jekyll-archives (~> 2.2) jekyll-include-cache (~> 0.2) @@ -70,7 +70,7 @@ GEM kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.4) - listen (3.8.0) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) @@ -107,7 +107,7 @@ PLATFORMS DEPENDENCIES html-proofer (~> 4.4) http_parser.rb (~> 0.6.0) - jekyll-theme-chirpy (~> 6.4.2) + jekyll-theme-chirpy (~> 6.5.3) tzinfo (>= 1, < 3) tzinfo-data wdm (~> 0.1.1)