diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 19:15:19 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 19:15:19 +0200 |
commit | 23f0cab2bfa2207719eb735709b604655dabcdf1 (patch) | |
tree | 96f3f3b4e519890397b24607828228c636da57e9 /.github | |
parent | bump dependencies (diff) | |
download | blog-23f0cab2bfa2207719eb735709b604655dabcdf1.tar.gz blog-23f0cab2bfa2207719eb735709b604655dabcdf1.zip |
bump Ruby version
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/jekyll.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 36aabac..ef12345 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest env: - RUBY_VERSION: 2.7 + RUBY_VERSION: 3.1 JEKYLL_GITHUB_TOKEN: '${{ secrets.GH_TOKEN }}' name: Deploy steps: |