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>
This commit is contained in:
parent
b111cbf5d5
commit
68127d5efd
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ inputs.ref }}
|
||||
- uses: actions/setup-python@v3
|
||||
- uses: actions/setup-python@v5
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
|
||||
6
.github/workflows/test-python.yml
vendored
6
.github/workflows/test-python.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
||||
pip install hatch
|
||||
fi
|
||||
- name: Start MongoDB
|
||||
uses: supercharge/mongodb-github-action@1.10.0
|
||||
uses: supercharge/mongodb-github-action@1.11.0
|
||||
with:
|
||||
mongodb-version: 6.0
|
||||
- name: Run tests
|
||||
@ -94,7 +94,7 @@ jobs:
|
||||
run: |
|
||||
pip install -U hatch pip
|
||||
- name: Start MongoDB
|
||||
uses: supercharge/mongodb-github-action@1.10.0
|
||||
uses: supercharge/mongodb-github-action@1.11.0
|
||||
with:
|
||||
mongodb-version: '8.0.0-rc4'
|
||||
- name: Run tests
|
||||
@ -201,7 +201,7 @@ jobs:
|
||||
# Test sdist on lowest supported Python
|
||||
python-version: '3.8'
|
||||
- name: Start MongoDB
|
||||
uses: supercharge/mongodb-github-action@1.10.0
|
||||
uses: supercharge/mongodb-github-action@1.11.0
|
||||
- name: Run connect test from sdist
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user