From 6cde4b9d5366324cbc808dc102898f74d00c16c0 Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Thu, 4 Jan 2024 23:04:11 -0500 Subject: [PATCH] Update pages-deploy.yml --- .github/workflows/pages-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index 1c4bd9d..c2267a0 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -37,10 +37,10 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4.0.0 - name: Setup Ruby - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@v1.165.1 with: ruby-version: 3 # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted bundler-cache: true