aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-10-22 19:22:12 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-10-22 19:22:12 +0200
commit612ddad166335d859807bbd48fa47ded890b333e (patch)
tree67f95e776ab3a958d1f47fa2a885501f6bc88840 /.github/workflows
parentbump dependencies (diff)
downloadsorting-algorithms-612ddad166335d859807bbd48fa47ded890b333e.tar.gz
sorting-algorithms-612ddad166335d859807bbd48fa47ded890b333e.zip
bump Ruby version
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/jekyll.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml
index 052dd7e..a9a6a3d 100644
--- a/.github/workflows/jekyll.yml
+++ b/.github/workflows/jekyll.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: