Skip to content

Commit 68127d5

Browse files
Bump the actions group with 2 updates (#1897)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b111cbf commit 68127d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v4
4040
with:
4141
ref: ${{ inputs.ref }}
42-
- uses: actions/setup-python@v3
42+
- uses: actions/setup-python@v5
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/test-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
pip install hatch
7373
fi
7474
- name: Start MongoDB
75-
uses: supercharge/mongodb-github-action@1.10.0
75+
uses: supercharge/mongodb-github-action@1.11.0
7676
with:
7777
mongodb-version: 6.0
7878
- name: Run tests
@@ -94,7 +94,7 @@ jobs:
9494
run: |
9595
pip install -U hatch pip
9696
- name: Start MongoDB
97-
uses: supercharge/mongodb-github-action@1.10.0
97+
uses: supercharge/mongodb-github-action@1.11.0
9898
with:
9999
mongodb-version: '8.0.0-rc4'
100100
- name: Run tests
@@ -201,7 +201,7 @@ jobs:
201201
# Test sdist on lowest supported Python
202202
python-version: '3.8'
203203
- name: Start MongoDB
204-
uses: supercharge/mongodb-github-action@1.10.0
204+
uses: supercharge/mongodb-github-action@1.11.0
205205
- name: Run connect test from sdist
206206
shell: bash
207207
run: |

0 commit comments

Comments
 (0)