File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ runs:
171171 restore-keys : ${{ steps.detect-cache-configuration.outputs.restore-keys }}
172172
173173 - name : Cache Packages with WarpBuild Cache
174- uses : WarpBuilds/cache@40f3443ae7b70e568d6e2070ea897f3df94d7553 # v1.4.13
174+ uses : WarpBuilds/cache@dad44e2487e9dc889ad6e6bd198e77bb2d828eee # v2.0.0
175175 if : steps.detect-cache-configuration.outputs.cache-enabled == 'true' && contains(runner.name, 'warp')
176176 with :
177177 path : ${{ format(steps.detect-cache-configuration.outputs.paths, fromJSON('"\n"')) }}
Original file line number Diff line number Diff line change 1515 using : composite
1616 steps :
1717 - name : Login to Azure
18- uses : azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1
18+ uses : azure/login@7ddb5af1ef8758cf1353cf3b42f940aee27ba21c # v3.0.2
1919 with :
2020 client-id : ${{ env.AZURE_CLIENT_ID }}
2121 tenant-id : ${{ env.AZURE_TENANT_ID }}
Original file line number Diff line number Diff line change 1616 using : composite
1717 steps :
1818 - name : Run Renovate
19- uses : renovatebot/github-action@e09d604f8f803bb527bd8321ed5be06c460b8682 # v46.2.2
19+ uses : renovatebot/github-action@39b914146caeff8cd512e61c8992f1d5913af85c # v46.2.5
2020 env :
2121 RENOVATE_REPOSITORIES : ${{ github.repository }}
2222 LOG_LEVEL : ${{ inputs.log-level }}
You can’t perform that action at this time.
0 commit comments