Skip to content

Commit db661c9

Browse files
gha: bump actions/checkout in the all-github-actions group (#214)
Bumps the all-github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.6 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7129170 commit db661c9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/check.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Build translated docs
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/[email protected].6
41+
- uses: actions/[email protected].7
4242
with:
4343
fetch-depth: 5
4444

@@ -99,7 +99,7 @@ jobs:
9999
name: Lint translations
100100
runs-on: ubuntu-latest
101101
steps:
102-
- uses: actions/[email protected].6
102+
- uses: actions/[email protected].7
103103
with:
104104
fetch-depth: 5
105105

@@ -152,7 +152,7 @@ jobs:
152152
name: Spell check translations
153153
runs-on: ubuntu-latest
154154
steps:
155-
- uses: actions/[email protected].6
155+
- uses: actions/[email protected].7
156156
with:
157157
fetch-depth: 5
158158

@@ -186,7 +186,7 @@ jobs:
186186
runs-on: ubuntu-latest
187187
steps:
188188
- name: Check out ${{ github.repository }}
189-
uses: actions/[email protected].6
189+
uses: actions/[email protected].7
190190
with:
191191
fetch-depth: 5
192192

@@ -221,7 +221,7 @@ jobs:
221221
runs-on: ubuntu-latest
222222
steps:
223223
- name: Check out ${{ github.repository }}
224-
uses: actions/[email protected].6
224+
uses: actions/[email protected].7
225225

226226
- name: Set up Python 3
227227
uses: actions/[email protected]

.github/workflows/update.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Check out ${{ github.repository }}
38-
uses: actions/[email protected].6
38+
uses: actions/[email protected].7
3939

4040
- name: Get branch name on push or schedule
4141
if: |
@@ -52,7 +52,7 @@ jobs:
5252
run: echo "BRANCH=${{ github.event.inputs.BRANCH }}" >> $GITHUB_ENV
5353

5454
- name: Check out CPython
55-
uses: actions/[email protected].6
55+
uses: actions/[email protected].7
5656
with:
5757
repository: python/cpython
5858
ref: ${{ env.BRANCH }}
@@ -107,7 +107,7 @@ jobs:
107107
contents: write
108108
steps:
109109
- name: Check out ${{ github.repository }}
110-
uses: actions/[email protected].6
110+
uses: actions/[email protected].7
111111

112112
- name: Download PO files
113113
uses: actions/[email protected]
@@ -166,13 +166,13 @@ jobs:
166166
run: echo "CURRENT_BRANCH=${{ github.event.inputs.BRANCH }}" >> $GITHUB_ENV
167167

168168
- name: Check out source branch (${{ env.CURRENT_BRANCH }})
169-
uses: actions/[email protected].6
169+
uses: actions/[email protected].7
170170
with:
171171
path: ${{ env.CURRENT_BRANCH }}
172172
persist-credentials: false
173173

174174
- name: Check out target branch (${{ matrix.branch }})
175-
uses: actions/[email protected].6
175+
uses: actions/[email protected].7
176176
with:
177177
ref: ${{ matrix.branch }}
178178
path: ${{ matrix.branch }}

0 commit comments

Comments
 (0)