Skip to content

Commit 36523d2

Browse files
Bump actions/checkout from 4 to 5 (#974)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81c3d73 commit 36523d2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/deploy-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
python-version: [3.9]
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
- uses: actions/setup-python@v5
3232
with:
3333
python-version: ${{ matrix.python-version }}

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
python-version: ['3.10']
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
3333
- uses: actions/setup-python@v5

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo -e "\033[31;1;4mConcurrency Group\033[0m"
4545
echo -e "$CONCURRENCY_GROUP\n"
4646
shell: bash
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4848
with:
4949
fetch-depth: 0
5050
- uses: actions/setup-python@v5
@@ -124,7 +124,7 @@ jobs:
124124
- os: windows-latest
125125
python-version: 3.13
126126
steps:
127-
- uses: actions/checkout@v4
127+
- uses: actions/checkout@v5
128128
- uses: actions/setup-python@v5
129129
with:
130130
python-version: ${{ matrix.python-version }}
@@ -186,7 +186,7 @@ jobs:
186186
os: [ubuntu-latest]
187187
python-version: [3.9, 3.13]
188188
steps:
189-
- uses: actions/checkout@v4
189+
- uses: actions/checkout@v5
190190
with:
191191
fetch-depth: 0
192192
- uses: actions/setup-python@v5
@@ -262,7 +262,7 @@ jobs:
262262
matrix:
263263
python-version: [3.9]
264264
steps:
265-
- uses: actions/checkout@v4
265+
- uses: actions/checkout@v5
266266
- uses: actions/setup-python@v5
267267
with:
268268
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)