Skip to content

Commit ce159cb

Browse files
renovate[bot]rhysyngsun
authored andcommitted
Update actions/setup-python action to v5
1 parent 8f4a74d commit ce159cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0 # fetch all history
3434

3535
- name: Set up Python ${{ matrix.python-version }}
36-
uses: actions/setup-python@v4
36+
uses: actions/setup-python@v5
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939

@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979
- uses: actions/checkout@v3
8080

81-
- uses: actions/setup-python@v4
81+
- uses: actions/setup-python@v5
8282
with:
8383
python-version: 3.8
8484

0 commit comments

Comments
 (0)