Skip to content

Commit 422ef39

Browse files
authored
DEV: Update workflow to get Ruby 3 (#11)
1 parent 5be751e commit 422ef39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- 3.4
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222

2323
- name: Setup ruby
2424
uses: ruby/setup-ruby@v1
@@ -38,10 +38,10 @@ jobs:
3838
runs-on: ubuntu-latest
3939

4040
steps:
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v4
4242

4343
- name: Release Gem
44-
uses: discourse/publish-rubygems-action@v2-beta
44+
uses: discourse/publish-rubygems-action@v3
4545
env:
4646
RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
4747
GIT_EMAIL: [email protected]

lib/discourse_fonts.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module DiscourseFonts
4-
VERSION = "0.0.10"
4+
VERSION = "0.0.11"
55

66
def self.path_for_fonts
77
File.expand_path("../../vendor/assets/fonts", __FILE__)

0 commit comments

Comments
 (0)