Skip to content

Commit 1610bd5

Browse files
committed
build: fix
1 parent 934e322 commit 1610bd5

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
@@ -1,4 +1,4 @@
1-
name: C4
1+
name: CI
22

33
on: [push]
44

@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v4
1212
- name: Set up Python 3.7
1313
uses: actions/setup-python@v5
1414
with:

0 commit comments

Comments
 (0)