Skip to content

Commit 0494c06

Browse files
committed
use the canonical version of the ruby actions
1 parent 1ee7240 commit 0494c06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: "Run the cleanup action"
40-
uses: jamis/drivers-github-tools/ruby/cleanup@ruby-actions
40+
uses: mongodb-labs/drivers-github-tools/ruby/cleanup@v2
4141
with:
4242
app_id: ${{ vars.APP_ID }}
4343
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: "Run the publish action"
54-
uses: jamis/drivers-github-tools/ruby/publish@ruby-actions
54+
uses: mongodb-labs/drivers-github-tools/ruby/publish@v2
5555
with:
5656
app_id: ${{ vars.APP_ID }}
5757
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)