8000 gha: bump actions/checkout from 4.1.1 to 4.1.2 (#179) · python/python-docs-pt-br@9b030e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b030e6

Browse files
gha: bump actions/checkout from 4.1.1 to 4.1.2 (#179)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 607dcde commit 9b030e6

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/checkout@v4.1.1
41+
- uses: actions/checkout@v4.1.2
4242
with:
4343
fetch-depth: 5
4444

@@ -97,7 +97,7 @@ jobs:
9797
name: Lint translations
9898
runs-on: ubuntu-latest
9999
steps:
100-
- uses: actions/checkout@v4.1.1
100+
- uses: actions/checkout@v4.1.2
101101
with:
102102
fetch-depth: 5
103103

@@ -150,7 +150,7 @@ jobs:
150150
name: Spell check translations
151151
runs-on: ubuntu-latest
152152
steps:
153-
- uses: actions/checkout@v4.1.1
153+
- uses: actions/checkout@v4.1.2
154154
with:
155155
fetch-depth: 5
156156

@@ -181,7 +181,7 @@ jobs:
181181
runs-on: ubuntu-latest
182182
steps:
183183
- name: Check out ${{ github.repository }}
184-
uses: actions/checkout@v4.1.1
184+
uses: actions/checkout@v4.1.2
185185
with:
186186
fetch-depth: 5
187187

@@ -216,7 +216,7 @@ jobs:
216216
runs-on: ubuntu-latest
217217
steps:
218218
- name: Check out ${{ github.repository }}
219-
uses: actions/checkout@v4.1.1
219+
uses: actions/checkout@v4.1.2
220220

221221
- name: Set up Python 3
222222
uses: actions/setup-python@v5.0.0

.github/workflows/update.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Check out ${{ github.repository }}
43-
uses: actions/checkout@v4.1.1
43+
uses: actions/checkout@v4.1.2
4444

4545
- name: Get branch name on push or schedule
4646
if: |
@@ -57,7 +57,7 @@ jobs:
5757
run: echo "BRANCH=${{ github.event.inputs.BRANCH }}" >> $GITHUB_ENV
5858

5959
- name: Check out CPython
60-
uses: actions/checkout@v4.1.1
60+
uses: actions/checkout@v4.1.2
6161
with:
6262
repository: python/cpython
6363
ref: ${{ env.BRANCH }}
@@ -112,7 +112,7 @@ jobs:
112112
contents: write
113113
steps:
114114
- name: Check out ${{ github.repository }}
115-
uses: actions/checkout@v4.1.1
115+
uses: actions/checkout@v4.1.2
116116

117117
- name: Download PO files
118118
uses: actions/download-artifact@v4.1.4
@@ -171,13 +171,13 @@ jobs:
171171
run: echo "CURRENT_BRANCH=${{ github.event.inputs.BRANCH }}" >> $GITHUB_ENV
172172

173173
- name: Check out source branch (${{ env.CURRENT_BRANCH }})
174-
uses: actions/checkout@v4.1.1
174+
uses: actions/checkout@v4.1.2
175175
with:
176176
path: ${{ env.CURRENT_BRANCH }}
177177
persist-credentials: false
178178

179179
- name: Check out target branch (${{ matrix.branch }})
180-
uses: actions/checkout@v4.1.1
180+
uses: actions/checkout@v4.1.2
181181
with:
182182
ref: ${{ matrix.branch }}
183183
path: ${{ matrix.branch }}

0 commit comments

Comments
 (0)
0