Skip to content

Commit 001ff8d

Browse files
Bump actions/checkout from 5 to 6 in the actions group (#123)
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cab50a0 commit 001ff8d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
lint:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
with:
1414
persist-credentials: false
1515
- uses: actions/setup-python@v6

.github/workflows/update-lint-and-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
pip install requests cogapp polib transifex-python sphinx-intl blurb six
2929
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
3030
working-directory: /usr/local/bin
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232
with:
3333
ref: ${{ matrix.version }}
3434
fetch-depth: 0
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
python-version: 3
8080
- run: pip install sphinx-lint
81-
- uses: actions/checkout@v5
81+
- uses: actions/checkout@v6
8282
with:
8383
ref: ${{ matrix.version }}
8484
- uses: rffontenelle/sphinx-lint-problem-matcher@v1.0.0
@@ -96,13 +96,13 @@ jobs:
9696
- uses: actions/setup-python@v6
9797
with:
9898
python-version: 3.12 # pin for Sphinx 3.4.3 in 3.10 branch (see #63)
99-
- uses: actions/checkout@v5
99+
- uses: actions/checkout@v6
100100
with:
101101
repository: python/cpython
102102
ref: ${{ matrix.version }}
103103
- run: make venv
104104
working-directory: ./Doc
105-
- uses: actions/checkout@v5
105+
- uses: actions/checkout@v6
106106
with:
107107
ref: ${{ matrix.version }}
108108
path: Doc/locales/pl/LC_MESSAGES

0 commit comments

Comments
 (0)