We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc3a54 commit c6580e7Copy full SHA for c6580e7
.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
75
with:
76
submodules: true
77
78
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
79
80
path: |
81
~/.cargo
.github/workflows/docs.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout source code
14
uses: actions/checkout@v2
15
16
17
18
19
0 commit comments