Skip to content

Commit 089bfb0

Browse files
gha: bump actions/checkout from 4.1.2 to 4.1.6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.2...v4.1.6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0a83ac5 commit 089bfb0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 5 deletions
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].2
41+
- uses: actions/[email protected].6
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].2
102+
- uses: actions/[email protected].6
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].2
155+
- uses: actions/[email protected].6
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].2
189+
uses: actions/[email protected].6
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].2
224+
uses: actions/[email protected].6
225225

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

.github/workflows/update.yml

Lines changed: 5 additions & 5 deletions
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].2
38+
uses: actions/[email protected].6
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].2
55+
uses: actions/[email protected].6
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].2
110+
uses: actions/[email protected].6
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].2
169+
uses: actions/[email protected].6
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].2
175+
uses: actions/[email protected].6
176176
with:
177177
ref: ${{ matrix.branch }}
178178
path: ${{ matrix.branch }}

0 commit comments

Comments
 (0)