Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a372d9

Browse files
gha: bump actions/checkout from 4.1.0 to 4.1.1 (#131)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 68a9a22 commit 8a372d9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: Build translated docs
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/[email protected].0
39+
- uses: actions/[email protected].1
4040
with:
4141
fetch-depth: 5
4242

@@ -95,7 +95,7 @@ jobs:
9595
name: Lint translations
9696
runs-on: ubuntu-latest
9797
steps:
98-
- uses: actions/[email protected].0
98+
- uses: actions/[email protected].1
9999
with:
100100
fetch-depth: 5
101101

@@ -145,7 +145,7 @@ jobs:
145145
name: Spell check translations
146146
runs-on: ubuntu-latest
147147
steps:
148-
- uses: actions/[email protected].0
148+
- uses: actions/[email protected].1
149149
with:
150150
fetch-depth: 5
151151

@@ -176,7 +176,7 @@ jobs:
176176
runs-on: ubuntu-latest
177177
steps:
178178
- name: Check out ${{ github.repository }}
179-
uses: actions/[email protected].0
179+
uses: actions/[email protected].1
180180
with:
181181
fetch-depth: 5
182182

.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/[email protected].0
43+
uses: actions/[email protected].1
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/[email protected].0
60+
uses: actions/[email protected].1
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/[email protected].0
115+
uses: actions/[email protected].1
116116

117117
- name: Download PO files
118118
uses: actions/[email protected]
@@ -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/[email protected].0
174+
uses: actions/[email protected].1
175175
with:
176176
path: ${{ env.CURRENT_BRANCH }}
177177
persist-credentials: false
178178

179179
- name: Check out target branch (${{ matrix.branch }})
180-
uses: actions/[email protected].0
180+
uses: actions/[email protected].1
181181
with:
182182
ref: ${{ matrix.branch }}
183183
path: ${{ matrix.branch }}

0 commit comments

Comments
 (0)