1 parent cee08c8 commit 745cc30Copy full SHA for 745cc30
1 file changed
.github/workflows/ci.yml
@@ -17,12 +17,12 @@ jobs:
17
python-version: ["3.10", "3.11", "3.12", "3.13"]
18
19
steps:
20
- - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
+ - uses: actions/checkout@v4
21
with:
22
persist-credentials: false
23
24
- name: Set up Python ${{ matrix.python-version }}
25
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
+ uses: actions/setup-python@v5
26
27
python-version: ${{ matrix.python-version }}
28
0 commit comments