Skip to content

Commit 1a40f19

Browse files
Bump mongodb-labs/drivers-github-tools from 2 to 3 in the actions group
Bumps the actions group with 1 update: [mongodb-labs/drivers-github-tools](https://github.com/mongodb-labs/drivers-github-tools). Updates `mongodb-labs/drivers-github-tools` from 2 to 3 - [Release notes](https://github.com/mongodb-labs/drivers-github-tools/releases) - [Commits](mongodb-labs/drivers-github-tools@v2...v3) --- updated-dependencies: - dependency-name: mongodb-labs/drivers-github-tools dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8c90c66 commit 1a40f19

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release-python.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ 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 }}
5252
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
53-
- uses: mongodb-labs/drivers-github-tools/python-labs/pre-publish@v2
53+
- uses: mongodb-labs/drivers-github-tools/python-labs/pre-publish@v3
5454
id: pre-publish
5555
with:
5656
dry_run: ${{ env.DRY_RUN }}
@@ -95,17 +95,17 @@ jobs:
9595
attestations: write
9696
security-events: write
9797
steps:
98-
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
98+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
9999
with:
100100
app_id: ${{ vars.APP_ID }}
101101
private_key: ${{ secrets.APP_PRIVATE_KEY }}
102-
- uses: mongodb-labs/drivers-github-tools/setup@v2
102+
- uses: mongodb-labs/drivers-github-tools/setup@v3
103103
with:
104104
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
105105
aws_region_name: ${{ vars.AWS_REGION_NAME }}
106106
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
107107
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
108-
- uses: mongodb-labs/drivers-github-tools/python-labs/post-publish@v2
108+
- uses: mongodb-labs/drivers-github-tools/python-labs/post-publish@v3
109109
with:
110110
following_version: ${{ env.FOLLOWING_VERSION }}
111111
product_name: ${{ env.PRODUCT_NAME }}

0 commit comments

Comments
 (0)