diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-14 19:41:19 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-14 20:04:04 +0200 |
commit | 9673ae5262e738142d4a7d2f8f365ecc46d05c40 (patch) | |
tree | 534e7ab0bd21657ff7738e132e9472616422488f /.github/workflows | |
parent | fix jekyll-github-metadata version (diff) | |
download | egor-tensin.github.io-9673ae5262e738142d4a7d2f8f365ecc46d05c40.tar.gz egor-tensin.github.io-9673ae5262e738142d4a7d2f8f365ecc46d05c40.zip |
bump Ruby version
... while I'm at it.
Diffstat (limited to '.github/workflows')
-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 647d275..d406b35 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -12,7 +12,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: |