Skip to content

Commit c274015

Browse files
committed
Fix CI
1 parent 8b3cad1 commit c274015

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
os: [windows-latest, ubuntu-latest, macos-latest]
3131
runs-on: ${{ matrix.os }}
3232
steps:
33-
- uses: actions/checkout@v2
34-
- uses: actions/cache@v2
33+
- uses: actions/checkout@v4
34+
- uses: actions/cache@v4
3535
with:
3636
path: |
3737
~/.cargo/.crates.toml
@@ -89,8 +89,8 @@ jobs:
8989
actions: read
9090
checks: write
9191
steps:
92-
- uses: actions/checkout@v2
93-
- uses: actions/cache@v2
92+
- uses: actions/checkout@v4
93+
- uses: actions/cache@v4
9494
with:
9595
path: |
9696
~/.cargo/.crates.toml

0 commit comments

Comments
 (0)