diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 19:28:58 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-10-22 19:28:58 +0200 |
commit | 3a0b3a799d3b1f1eeb590a9638ccd576960ccbb3 (patch) | |
tree | 2f47a708001a65a6d2c622abb8750628ce79bf96 /.github/workflows | |
parent | bump dependencies (diff) | |
download | wireguard-config-3a0b3a799d3b1f1eeb590a9638ccd576960ccbb3.tar.gz wireguard-config-3a0b3a799d3b1f1eeb590a9638ccd576960ccbb3.zip |
bump Ruby version
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 7285475..b23b02a 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: |