File tree Expand file tree Collapse file tree 4 files changed +6
-50
lines changed Expand file tree Collapse file tree 4 files changed +6
-50
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ permissions:
3333 pull-requests : read
3434 contents : write
3535
36- # required by the mongodb-labs/drivers-github-tools/setup@v2 step
36+ # required by the mongodb-labs/drivers-github-tools/setup@v3 step
3737 # also required by `rubygems/release-gem`
3838 id-token : write
3939
4747 steps :
4848 - name : " Run the check action"
4949 id : check
50- uses : jamis /drivers-github-tools/ruby/pr-check@ruby-3643-update-release-process
50+ uses : mongodb-labs /drivers-github-tools/ruby/pr-check@v3
5151
5252 build :
5353 name : " Build Gems"
5656 runs-on : ubuntu-latest
5757 steps :
5858 - name : " Run the build action"
59- uses : jamis /drivers-github-tools/ruby/build@ruby-3643-update-release-process
59+ uses : mongodb-labs /drivers-github-tools/ruby/build@v3
6060 with :
6161 app_id : ${{ vars.APP_ID }}
6262 app_private_key : ${{ secrets.APP_PRIVATE_KEY }}
7272 runs-on : ' ubuntu-latest'
7373 steps :
7474 - name : " Run the publish action"
75- uses : jamis /drivers-github-tools/ruby/publish@ruby-3643-update-release-process
75+ uses : mongodb-labs /drivers-github-tools/ruby/publish@v3
7676 with :
7777 app_id : ${{ vars.APP_ID }}
7878 app_private_key : ${{ secrets.APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ module Mongoid
55 #
66 # Note that this file is automatically updated via `rake candidate:create`.
77 # Manual changes to this file will be overwritten by that rake task.
8- VERSION = '9.0.7 '
8+ VERSION = '9.0.8 '
99end
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ description: a Ruby ODM for MongoDB
44package : mongoid
55jira : https://jira.mongodb.org/projects/MONGOID
66version :
7- number : 9.0.7
7+ number : 9.0.8
88 file : lib/mongoid/version.rb
You can’t perform that action at this time.
0 commit comments