aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-10-22 18:41:45 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-10-22 18:44:26 +0200
commitb9daf165fd8a03107e452d26d0a6685ce4e7db9f (patch)
treea79a29e723378373b07886209c0c218e91a52b6f /.github/workflows
parentbump dependencies (diff)
downloadjekyll-theme-b9daf165fd8a03107e452d26d0a6685ce4e7db9f.tar.gz
jekyll-theme-b9daf165fd8a03107e452d26d0a6685ce4e7db9f.zip
bump Ruby version
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 10dae15..b10b58f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
env:
- RUBY_VERSION: 2.7
+ RUBY_VERSION: 3.1
JEKYLL_GITHUB_TOKEN: '${{ secrets.GH_TOKEN }}'
name: Deploy
steps: