Skip to content

Commit 0ede321

Browse files
Update All Dependencies
1 parent 1073202 commit 0ede321

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/build-dotnet/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"')) }}

.github/actions/login-to-azure/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
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 }}

.github/actions/renovate/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
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 }}

0 commit comments

Comments
 (0)