File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 components : clippy, rustfmt
2424
2525 - name : Cache Rust dependencies
26- uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
26+ uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
2727
2828 - name : Check format
2929 run : cargo fmt -- --check
4949 steps :
5050 - name : Generate Token
5151 id : generate_token
52- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
52+ uses : actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
5353 with :
5454 app-id : ${{ secrets.BOT_APP_ID }}
5555 private-key : ${{ secrets.BOT_APP_PRIVATE_KEY }}
@@ -103,7 +103,7 @@ jobs:
103103 steps :
104104 - name : Generate Token
105105 id : generate_token
106- uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2
106+ uses : actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2
107107 with :
108108 app-id : ${{ secrets.BOT_APP_ID }}
109109 private-key : ${{ secrets.BOT_APP_PRIVATE_KEY }}
@@ -120,7 +120,7 @@ jobs:
120120 targets : ${{ matrix.target }}
121121
122122 - name : Cache Rust dependencies
123- uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
123+ uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
124124 with :
125125 key : ${{ matrix.target }}
126126
You can’t perform that action at this time.
0 commit comments