Skip to content

Commit 2ce42b4

Browse files
committed
CI: Update to actions/setup-python@v5
1 parent 7fe1f0b commit 2ce42b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_np2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Set up Python
17-
uses: actions/setup-python@v3
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: '3.13'
2020
allow-prereleases: true

0 commit comments

Comments
 (0)