Skip to content

Commit 09f700c

Browse files
authored
Merge pull request #255 from Wenzel/ci/doc/update_cache_action
ci: update actions/cache to v4
2 parents 7a97dcc + 1a275a5 commit 09f700c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/doc.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v4
1515
- name: build docs
1616
run: cargo doc
1717

1818
book:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v1
22+
- uses: actions/checkout@v4
2323

24-
- uses: actions/cache@v2
24+
- uses: actions/cache@v4
2525
with:
2626
path: |
2727
~/.cargo/registry

0 commit comments

Comments
 (0)