File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626 - ubuntu-latest
2727 steps :
2828 - name : Checkout repo
29- uses : actions/checkout@v2
29+ uses : actions/checkout@v3
3030
3131 # Work around https://github.com/actions/cache/issues/403.
3232 - name : Use GNU tar
4040
4141 - name : Cache artifacts
4242 id : cache
43- uses : actions/cache@v2
43+ uses : actions/cache@v3
4444 with :
4545 path : |
4646 ~/.cargo/registry
5959 run : cargo fmt -- --check
6060
6161 - name : Install emscripten
62- uses : mymindstorm/setup-emsdk@v10
62+ uses : mymindstorm/setup-emsdk@v11
6363 with :
6464 version : ${{ env.EMSCRIPTEN_VERSION }}
6565
@@ -113,11 +113,11 @@ jobs:
113113 runs-on : windows-latest
114114 steps :
115115 - name : Checkout repo
116- uses : actions/checkout@v2
116+ uses : actions/checkout@v3
117117
118118 - name : Cache artifacts
119119 id : cache
120- uses : actions/cache@v2
120+ uses : actions/cache@v3
121121 with :
122122 path : |
123123 ~/.cargo/registry
You can’t perform that action at this time.
0 commit comments