diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 18:41:45 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 18:44:26 +0200 |
commit | b9daf165fd8a03107e452d26d0a6685ce4e7db9f (patch) | |
tree | a79a29e723378373b07886209c0c218e91a52b6f /.github/workflows/ci.yml | |
parent | bump dependencies (diff) | |
download | jekyll-theme-b9daf165fd8a03107e452d26d0a6685ce4e7db9f.tar.gz jekyll-theme-b9daf165fd8a03107e452d26d0a6685ce4e7db9f.zip |
bump Ruby version
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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: |