File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 tools : " composer"
2727
2828 - name : Cache Composer packages
29- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 .0.3
29+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # 5 .0.5
3030 with :
3131 path : vendor
3232 key : ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change 2222 tools : " composer"
2323
2424 - name : Cache Composer packages
25- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 .0.3
25+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # 5 .0.5
2626 with :
2727 path : vendor
2828 key : ${{ runner.os }}-php-8.2-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 steps :
1616 - name : Generate token
1717 id : generate-token
18- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
18+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # 3.1.1
1919 with :
2020 app-id : ${{ vars.SDK_BOT_APP_ID }}
2121 private-key : ${{ secrets.SDK_BOT_PRIVATE_KEY }}
2222
23- - uses : googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4 .4.0
23+ - uses : googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # 4 .4.1
2424 with :
2525 token : ${{ steps.generate-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments