Skip to content

Commit 42c6669

Browse files
Update All Dependencies
1 parent 1073202 commit 42c6669

2 files changed

Lines changed: 2 additions & 2 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/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@0a7b68676027570f113b1d6e7b69b231b56167ab # v46.2.3
2020
env:
2121
RENOVATE_REPOSITORIES: ${{ github.repository }}
2222
LOG_LEVEL: ${{ inputs.log-level }}

0 commit comments

Comments
 (0)