We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a13fc commit 8de945fCopy full SHA for 8de945f
.github/workflows/release_notes.yml
@@ -39,14 +39,14 @@ jobs:
39
fi
40
41
# checkout the HEAD ref from prNumber
42
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
43
with:
44
ref: refs/pull/${{ github.event_name == 'issue_comment' && github.event.issue.number || inputs.releasePr }}/head
45
46
47
# Setup Node.js and npm install
48
- - name: actions/setup
49
- uses: ./.github/actions/setup
+ - name: Install Node and dependencies
+ uses: mongodb-labs/drivers-github-tools/node/setup@v2
50
51
# See: https://github.com/googleapis/release-please/issues/1274
52
0 commit comments