From 8b051b29a2c0d924c54ddc94354ca6ca5d5f293f Mon Sep 17 00:00:00 2001 From: Joao Pedro Date: Sun, 29 Sep 2024 14:48:41 -0300 Subject: [PATCH] Bump gh action ruby version --- .github/workflows/github-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 4dbb4b7..359c2e0 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -20,7 +20,7 @@ jobs: - name: 💎 setup ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1 + ruby-version: 3.3 - name: 🔨 install dependencies & build site uses: limjh16/jekyll-action-ts@v2 @@ -34,4 +34,4 @@ jobs: publish_dir: ./_site # if the repo you are deploying to is .github.io, uncomment the line below. # if you are including the line below, make sure your source files are NOT in the "main" branch: - # publish_branch: main \ No newline at end of file + # publish_branch: main