toolkit for mdBook [mirror of my GitHub repo] docs.tonywu.dev/mdbookkit/
permalinks rust-analyzer mdbook
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: fix action tag

+5 -5
+1 -1
.github/workflows/bin.yml
··· 74 74 shell: bash 75 75 id: cargo-version 76 76 77 - - uses: tonywu6/cache-hit-please@v1.1 77 + - uses: tonywu6/cache-hit-please@v1.1.0 78 78 id: cache 79 79 env: 80 80 GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
+3 -3
.github/workflows/ci.yml
··· 42 42 - windows-latest 43 43 44 44 windows: 45 - - ${{github.ref_name == 'main'}} 46 - # run on windows only on main 45 + - ${{github.event_name == 'workflow_dispatch'}} 46 + # run on windows only on request 47 47 48 48 exclude: 49 49 - platform: windows-latest ··· 69 69 shell: bash 70 70 id: cargo-version 71 71 72 - - uses: tonywu6/cache-hit-please@v1.1 72 + - uses: tonywu6/cache-hit-please@v1.1.0 73 73 id: cache 74 74 env: 75 75 GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
+1 -1
.github/workflows/docs.yml
··· 37 37 shell: bash 38 38 id: cargo-version 39 39 40 - - uses: tonywu6/cache-hit-please@v1.1 40 + - uses: tonywu6/cache-hit-please@v1.1.0 41 41 id: cache 42 42 env: 43 43 GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}