Skip to content

Commit fe89ad7

Browse files
authored
ci: update continuous integration
1 parent 1d46931 commit fe89ad7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ env:
66
CARGO_TERM_COLOR: always
77

88
jobs:
9-
test:
9+
ci:
1010
runs-on: ubuntu-latest
11-
name: CI
11+
name: Continuous Integration
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Set up cargo cache
15-
uses: actions/cache@v3
15+
uses: actions/cache@v4
1616
continue-on-error: false
1717
with:
1818
path: |

0 commit comments

Comments
 (0)