Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.

Commit 1f34dad

Browse files
authored
Merge branch 'main' into dependabot/pip/faker-40.28.1
2 parents 7dd1f91 + 99586d1 commit 1f34dad

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
FORCE_COLOR: 1
4848

4949
steps:
50-
- uses: actions/checkout@v6
50+
- uses: actions/checkout@v7
5151
- name: Set up Python ${{ matrix.python-version }}
5252
uses: actions/setup-python@v6
5353
with:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v6
44+
uses: actions/checkout@v7
4545

4646
# Install prerequisites for python-ldap. See: https://www.python-ldap.org/en/python-ldap-3.3.0/installing.html#build-prerequisites
4747
- name: Install python-ldap prerequisites

.github/workflows/lemur-publish-release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Build distribution
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
- name: Set up Python
1717
uses: actions/setup-python@v6
1818
with:

0 commit comments

Comments
 (0)