diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 5141a490..ed3066d8 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -32,7 +32,7 @@ jobs: cache-version: 0 - name: Setup Pages id: pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Build with Jekyll # Outputs to the './_site' directory by default run: bundle exec jekyll build diff --git a/Gemfile.lock b/Gemfile.lock index 102ce944..a8cce7c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,12 +65,14 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.5) + rexml (3.2.8) + strscan (>= 3.0.9) rouge (4.1.2) safe_yaml (1.0.5) sass-embedded (1.64.0) google-protobuf (~> 3.23) rake (>= 13.0.0) + strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.4.2)