Skip to content

Commit

Permalink
chore: specify branch when checking out GHA code (#4226)
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson authored Sep 6, 2024
1 parent 27fd8a0 commit 91ceaf0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-5.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: '5.x'

- name: Install Node and dependencies
uses: mongodb-labs/drivers-github-tools/node/setup@v2
Expand Down Expand Up @@ -95,6 +97,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: '5.x'

- name: Install Node and dependencies
uses: mongodb-labs/drivers-github-tools/node/setup@v2
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-6.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: '6.8'

- name: Install Node and dependencies
uses: mongodb-labs/drivers-github-tools/node/setup@v2
Expand Down Expand Up @@ -95,6 +97,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: '6.8'

- name: Install Node and dependencies
uses: mongodb-labs/drivers-github-tools/node/setup@v2
Expand Down

0 comments on commit 91ceaf0

Please sign in to comment.