Skip to content

Commit 6bcb5b9

Browse files
Bump actions/checkout from 5 to 6 (#150)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da74461 commit 6bcb5b9

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- python-version: "3.14-dev"
2525
django-version: "<4"
2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
- name: Python-${{ matrix.python-version }}-django${{ matrix.django-version }}
2929
uses: actions/setup-python@v6
3030
with:
@@ -50,7 +50,7 @@ jobs:
5050
python-version: ["3.12"]
5151
django-version: ["<4", "<5", "<6"]
5252
steps:
53-
- uses: actions/checkout@v5
53+
- uses: actions/checkout@v6
5454
- name: Python-${{ matrix.python-version }}-django${{ matrix.django-version }}
5555
uses: actions/setup-python@v6
5656
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out code from Github
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
1919
id: python
2020
uses: actions/setup-python@v6

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Professional support for django-zxcvbn-password-validator is available as part o
1111
[![PyPI version](https://badge.fury.io/py/django-zxcvbn-password-validator.svg)](https://badge.fury.io/py/django-zxcvbn-password-validator)
1212
[![Published on Django Packages](https://img.shields.io/badge/Published%20on-Django%20Packages-0c3c26)](https://djangopackages.org/packages/p/django-zxcvbn-password-validator/)
1313

14-
15-
1614
## Translating the project
1715

1816
This project is available in multiple language. Your contribution would be very

0 commit comments

Comments
 (0)