Skip to content

Commit eae598e

Browse files
[Renovate] Update actions/setup-python action to v5.5.0
1 parent a37308a commit eae598e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
tool: cargo-llvm-cov
5454

55-
- uses: actions/setup-python@v5.4.0
55+
- uses: actions/setup-python@v5.5.0
5656
with:
5757
python-version: 3.11
5858

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
tool: cargo-llvm-cov
5050

51-
- uses: actions/setup-python@v5.4.0
51+
- uses: actions/setup-python@v5.5.0
5252
with:
5353
python-version: 3.11
5454

.github/workflows/ronlog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
fetch-depth: 0
6161

62-
- uses: actions/setup-python@v5.4.0
62+
- uses: actions/setup-python@v5.5.0
6363
with:
6464
python-version: 3.11
6565

0 commit comments

Comments
 (0)