diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 560ade9c..69d4c463 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -85,7 +85,7 @@ jobs: - uses: actions/checkout@v2 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v41 with: files: | **/*.rb diff --git a/leetcode-ruby.gemspec b/leetcode-ruby.gemspec index c8bbd982..d271079a 100644 --- a/leetcode-ruby.gemspec +++ b/leetcode-ruby.gemspec @@ -5,7 +5,7 @@ require 'English' ::Gem::Specification.new do |s| s.required_ruby_version = '>= 3.0' s.name = 'leetcode-ruby' - s.version = '8.2.6' + s.version = '8.2.6.1' s.license = 'MIT' s.files = ::Dir['lib/**/*.rb'] + %w[README.md] s.executable = 'leetcode-ruby'