Skip to content

Commit ac79c9b

Browse files
Bump mongodb-labs/drivers-github-tools from 2 to 3 in the actions group (#67)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <[email protected]>
1 parent 8c90c66 commit ac79c9b

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/release-python.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,16 @@ jobs:
4040
outputs:
4141
version: ${{ steps.pre-publish.outputs.version }}
4242
steps:
43-
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
43+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
4444
with:
4545
app_id: ${{ vars.APP_ID }}
4646
private_key: ${{ secrets.APP_PRIVATE_KEY }}
47-
- uses: mongodb-labs/drivers-github-tools/setup@v2
47+
- uses: mongodb-labs/drivers-github-tools/setup@v3
4848
with:
4949
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
5050
aws_region_name: ${{ vars.AWS_REGION_NAME }}
5151
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
52-
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
53-
- uses: mongodb-labs/drivers-github-tools/python-labs/pre-publish@v2
52+
- uses: mongodb-labs/drivers-github-tools/python-labs/pre-publish@v3
5453
id: pre-publish
5554
with:
5655
dry_run: ${{ env.DRY_RUN }}
@@ -95,17 +94,16 @@ jobs:
9594
attestations: write
9695
security-events: write
9796
steps:
98-
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
97+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
9998
with:
10099
app_id: ${{ vars.APP_ID }}
101100
private_key: ${{ secrets.APP_PRIVATE_KEY }}
102-
- uses: mongodb-labs/drivers-github-tools/setup@v2
101+
- uses: mongodb-labs/drivers-github-tools/setup@v3
103102
with:
104103
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
105104
aws_region_name: ${{ vars.AWS_REGION_NAME }}
106105
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
107-
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
108-
- uses: mongodb-labs/drivers-github-tools/python-labs/post-publish@v2
106+
- uses: mongodb-labs/drivers-github-tools/python-labs/post-publish@v3
109107
with:
110108
following_version: ${{ env.FOLLOWING_VERSION }}
111109
product_name: ${{ env.PRODUCT_NAME }}

0 commit comments

Comments
 (0)