Skip to content

Commit 6e6d732

Browse files
committed
⬆️
1 parent 2882bca commit 6e6d732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4.1.7
2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@v5.1.0
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Install dependencies

0 commit comments

Comments
 (0)