Skip to content

Commit 3e15c0d

Browse files
Update actions/setup-python action to v5
1 parent 53ecbd8 commit 3e15c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout Code Repository
1111
uses: actions/checkout@v4
1212
- name: Set up Python
13-
uses: actions/setup-python@v4
13+
uses: actions/setup-python@v5
1414
- name: Run pre-commit
1515
uses: pre-commit/[email protected]
1616

@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v4
25+
uses: actions/setup-python@v5
2626

2727
- name: Run image
2828
uses: abatilo/[email protected]

0 commit comments

Comments
 (0)