Skip to content

Commit 5c7e93b

Browse files
committed
update news, poem, update deploy
1 parent 8dfc488 commit 5c7e93b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ jobs:
1919
- name: Setup Ruby
2020
uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: '3.0.2'
22+
ruby-version: '3.1'
2323
bundler-cache: true
24-
bundler-version: '2.2.22' # added
25-
# - name: Update Bundler # added
26-
# run: bundle update uri # gem update bundler # added
24+
bundler-version: 'latest' # added
2725
- name: Install deps
2826
run: |
2927
bundle clean --force

0 commit comments

Comments
 (0)