1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-16 05:54:53 +02:00

GitHub actions: update Ruby version for deployment

This commit is contained in:
Rico Sta. Cruz
2020-11-26 10:45:56 +11:00
committed by GitHub
parent 2822b14a57
commit b27d7d7f55

View File

@@ -52,7 +52,7 @@ jobs:
- name: Use Ruby
uses: actions/setup-ruby@v1
with: { ruby-version: '2.7.1' }
with: { ruby-version: '2.7' }
- name: Setup dependencies
run: |