Skip to content

Commit

Permalink
tie actions to a specific ref
Browse files Browse the repository at this point in the history
do we need to bump the v2 to v3 in order to get the ruby actions?
  • Loading branch information
jamis committed Jun 21, 2024
1 parent ec65f55 commit 34e3252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: "Run the cleanup action"
uses: mongodb-labs/drivers-github-tools/ruby/cleanup@v2
uses: mongodb-labs/drivers-github-tools/ruby/cleanup@fcaaff96e5b37fe4d4480546a69ded21680683be
with:
app_id: ${{ vars.APP_ID }}
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

steps:
- name: "Run the publish action"
uses: mongodb-labs/drivers-github-tools/ruby/publish@v2
uses: mongodb-labs/drivers-github-tools/ruby/publish@fcaaff96e5b37fe4d4480546a69ded21680683be
with:
app_id: ${{ vars.APP_ID }}
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down

0 comments on commit 34e3252

Please sign in to comment.