From 422ef3924c2ee3136d64c8c8020fa7684bb45fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guitaut?= Date: Wed, 18 Dec 2024 11:12:44 +0100 Subject: [PATCH] DEV: Update workflow to get Ruby 3 (#11) --- .github/workflows/ci.yml | 6 +++--- lib/discourse_fonts.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 644e145..dcb82f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - 3.4 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup ruby uses: ruby/setup-ruby@v1 @@ -38,10 +38,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Release Gem - uses: discourse/publish-rubygems-action@v2-beta + uses: discourse/publish-rubygems-action@v3 env: RUBYGEMS_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }} GIT_EMAIL: team@discourse.org diff --git a/lib/discourse_fonts.rb b/lib/discourse_fonts.rb index 3ae9e89..f3d2516 100644 --- a/lib/discourse_fonts.rb +++ b/lib/discourse_fonts.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module DiscourseFonts - VERSION = "0.0.10" + VERSION = "0.0.11" def self.path_for_fonts File.expand_path("../../vendor/assets/fonts", __FILE__)