Skip to content

Commit 7182470

Browse files
fix lint
1 parent 38d7c02 commit 7182470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Install Node and dependencies
15-
uses: baileympearson/drivers-github-tools/node/setup@add-signing-env-action-for-node
15+
uses: mongodb-labs/drivers-github-tools/node/setup@v2
1616

1717
- run: npm run check:lint

.github/workflows/release_notes.yml

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

4747
# Setup Node.js and npm install
4848
- name: Install Node and dependencies
49-
uses: baileympearson/drivers-github-tools/node/setup@add-signing-env-action-for-node
49+
uses: mongodb-labs/drivers-github-tools/node/setup@v2
5050

5151
# See: https://github.com/googleapis/release-please/issues/1274
5252

0 commit comments

Comments
 (0)