Skip to content

Commit 93fa74a

Browse files
gha: bump actions/checkout from 6 to 7 in the github-actions group (#299)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 161bcb6 commit 93fa74a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.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@v6
55+
- uses: actions/checkout@v7
5656
with:
5757
fetch-depth: 5
5858

@@ -139,7 +139,7 @@ jobs:
139139
name: Lint translations
140140
runs-on: ubuntu-latest
141141
steps:
142-
- uses: actions/checkout@v6
142+
- uses: actions/checkout@v7
143143
with:
144144
fetch-depth: 5
145145

@@ -199,7 +199,7 @@ jobs:
199199
name: Check for zero-width space characters
200200
runs-on: ubuntu-latest
201201
steps:
202-
- uses: actions/checkout@v6
202+
- uses: actions/checkout@v7
203203
with:
204204
ref: ${{ inputs.version }}
205205

.github/workflows/sync.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
# 1- Set up environment
3434

3535
- name: Check out this repository
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v7
3737

3838
- name: Checkout this repository ${{ env.PYDOC_VERSION }}
39-
uses: actions/checkout@v6
39+
uses: actions/checkout@v7
4040
with:
4141
ref: ${{ env.PYDOC_VERSION }}
4242
path: ${{ env.PYDOC_LANG_DIR }}
@@ -127,10 +127,10 @@ jobs:
127127
# 1- Set up environment
128128

129129
- name: Check out this repository
130-
uses: actions/checkout@v6
130+
uses: actions/checkout@v7
131131

132132
- name: Checkout this repository ${{ env.PYDOC_VERSION }}
133-
uses: actions/checkout@v6
133+
uses: actions/checkout@v7
134134
with:
135135
ref: ${{ env.PYDOC_VERSION }}
136136
path: ${{ env.PYDOC_LANG_DIR }}

0 commit comments

Comments
 (0)