Skip to content

Commit 427ff46

Browse files
gha: bump actions/checkout from 6.0.0 to 6.0.1 (#213)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 56af292 commit 427ff46

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
languages: ${{ steps.languages.outputs.languages }}
4747
steps:
4848
- name: Check out ${{ github.repository }}
49-
uses: actions/[email protected].0
49+
uses: actions/[email protected].1
5050

5151
- name: Set up Python 3
5252
uses: actions/[email protected]
@@ -66,7 +66,7 @@ jobs:
6666
} >> "$GITHUB_OUTPUT"
6767
6868
- name: Check out branch ${{ steps.version.outputs.current }}
69-
uses: actions/[email protected].0
69+
uses: actions/[email protected].1
7070
with:
7171
ref: ${{ steps.version.outputs.current }}
7272
path: ${{ steps.version.outputs.current }}
@@ -99,18 +99,18 @@ jobs:
9999

100100
steps:
101101
- name: Check out ${{ github.repository }}
102-
uses: actions/[email protected].0
102+
uses: actions/[email protected].1
103103

104104
- name: Check out ${{ matrix.cpython_version }} branch of CPython
105-
uses: actions/[email protected].0
105+
uses: actions/[email protected].1
106106
with:
107107
repository: python/cpython
108108
persist-credentials: false
109109
ref: ${{ matrix.cpython_version }}
110110
path: cpython
111111

112112
- name: Check out ${{ matrix.cpython_version }} branch of ${{ github.repository }}
113-
uses: actions/[email protected].0
113+
uses: actions/[email protected].1
114114
with:
115115
ref: ${{ matrix.cpython_version }}
116116
path: cpython/Doc/locales

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/[email protected].0
18+
- uses: actions/[email protected].1
1919
with:
2020
persist-credentials: false
2121
- uses: actions/[email protected]

.github/workflows/python-docs-theme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737

3838
steps:
3939
- name: Check out repository
40-
uses: actions/[email protected].0
40+
uses: actions/[email protected].1
4141
with:
4242
ref: python-docs-theme
4343

4444
- name: Check out python-docs-theme
45-
uses: actions/[email protected].0
45+
uses: actions/[email protected].1
4646
with:
4747
repository: python/python-docs-theme
4848
persist-credentials: false

.github/workflows/updpyver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Check out ${{ github.repository }}
31-
uses: actions/[email protected].0
31+
uses: actions/[email protected].1
3232
with:
3333
fetch-depth: 0
3434

0 commit comments

Comments
 (0)