Skip to content

Commit 54bd7b7

Browse files
gha: bump actions/checkout from 5 to 6 in the github-actions group
Bumps the github-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: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 30e2caa commit 54bd7b7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
matrix:
5353
format: [ html, latex, epub ]
5454
steps:
55-
- uses: actions/checkout@v5
55+
- uses: actions/checkout@v6
5656
with:
5757
fetch-depth: 5
5858

@@ -135,7 +135,7 @@ jobs:
135135
name: Lint translations
136136
runs-on: ubuntu-latest
137137
steps:
138-
- uses: actions/checkout@v5
138+
- uses: actions/checkout@v6
139139
with:
140140
fetch-depth: 5
141141

@@ -195,7 +195,7 @@ jobs:
195195
name: Check for zero-width space characters
196196
runs-on: ubuntu-latest
197197
steps:
198-
- uses: actions/checkout@v5
198+
- uses: actions/checkout@v6
199199
with:
200200
ref: ${{ inputs.version }}
201201

.github/workflows/sync.yml

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

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

3535
- name: Set language dir variable
3636
run:
3737
echo "PYDOC_LANG_DIR=${{ env.PYDOC_VERSION }}" >> $GITHUB_ENV
3838

3939
- name: Checkout this repository ${{ env.PYDOC_VERSION }}
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141
with:
4242
ref: ${{ env.PYDOC_VERSION }}
4343
path: ${{ env.PYDOC_LANG_DIR }}

0 commit comments

Comments
 (0)