Skip to content

Commit b686809

Browse files
committed
update GitHub actions to latest version
the build didn't work anymore with the old versions since GH de-released `cache@v2`.
1 parent 9523b3a commit b686809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
18-
- uses: actions/cache@v2
17+
- uses: actions/checkout@v4
18+
- uses: actions/cache@v4
1919
with:
2020
path: |
2121
~/.cargo/registry

0 commit comments

Comments
 (0)