Skip to content

Commit 0ae6686

Browse files
gha: bump actions/checkout from 4 to 5 in the github-actions group (#268)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 237f515 commit 0ae6686

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
name: Build translated docs
4848
runs-on: ubuntu-latest
4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v5
5151
with:
5252
fetch-depth: 5
5353

@@ -113,7 +113,7 @@ jobs:
113113
name: Lint translations
114114
runs-on: ubuntu-latest
115115
steps:
116-
- uses: actions/checkout@v4
116+
- uses: actions/checkout@v5
117117
with:
118118
fetch-depth: 5
119119

@@ -173,7 +173,7 @@ jobs:
173173
name: Check for zero-width space characters
174174
runs-on: ubuntu-latest
175175
steps:
176-
- uses: actions/checkout@v4
176+
- uses: actions/checkout@v5
177177
with:
178178
ref: ${{ inputs.version }}
179179

.github/workflows/sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
# 1- Set up environment
3131

3232
- name: Check out this repository
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434

3535
- name: Checkout CPython ${{ env.PYDOC_VERSION }}
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
with:
3838
repository: 'python/cpython'
3939
ref: ${{ env.PYDOC_VERSION }}
@@ -44,7 +44,7 @@ jobs:
4444
echo "LANGUAGE_DIR=cpython/Doc/locales/${{ env.PYDOC_LANGUAGE }}/LC_MESSAGES" >> $GITHUB_ENV
4545

4646
- name: Checkout this repository ${{ env.PYDOC_VERSION }}
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848
with:
4949
ref: ${{ env.PYDOC_VERSION }}
5050
path: ${{ env.LANGUAGE_DIR }}

0 commit comments

Comments
 (0)