Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 24d5a0c

Browse files
chore(deps): update actions/setup-python action to v5 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 96c4e0d commit 24d5a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v4
1212

1313
- name: Setup Python
14-
uses: actions/setup-python@v4
14+
uses: actions/setup-python@v5
1515
with:
1616
python-version: "3.10"
1717

@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/checkout@v4
6767

6868
- name: Setup Python
69-
uses: actions/setup-python@v4
69+
uses: actions/setup-python@v5
7070
with:
7171
python-version: "3.10"
7272

0 commit comments

Comments
 (0)