Skip to content

Commit a3722fc

Browse files
authored
Update ci.yml
update action versions
1 parent c201340 commit a3722fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
- "3.11"
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v4.1.1
2626
with: # no need for the history
2727
fetch-depth: 1
2828
- name: Set up Python ${{ matrix.python }}
29-
uses: actions/setup-python@v4
29+
uses: actions/setup-python@v5.0.0
3030
with:
3131
python-version: ${{ matrix.python }}
3232

0 commit comments

Comments
 (0)