Skip to content

Commit ca46cdc

Browse files
Update ci.yml
1 parent 774442e commit ca46cdc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Checkout
8-
uses: actions/[email protected]
9-
with:
8+
uses: actions/checkout@v4
109
fetch-depth: 0
1110
- name: Set up Python 3.10
12-
uses: actions/setup-python@v5.0.0-beta
11+
uses: actions/setup-python@v4
1312
with:
1413
python-version: '3.10'
1514
- name: Install dependencies

0 commit comments

Comments
 (0)