Skip to content

Commit 1de769b

Browse files
authored
Update actions/cache to v4 (#830)
1 parent 85ed9cd commit 1de769b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: dotnet test -c ${{env.BUILD_CONFIGURATION}} --no-build --no-restore
5353

5454
- name: Cache build
55-
uses: actions/cache@v3.0.11
55+
uses: actions/cache@v4
5656
if: ${{ inputs.cache-build }}
5757
with:
5858
path: src/ServiceBusExplorer/bin/Release

src/ServiceBusExplorer.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{
3434
..\.github\workflows\handle-pull-request.yml = ..\.github\workflows\handle-pull-request.yml
3535
..\.github\workflows\handle-tag.yml = ..\.github\workflows\handle-tag.yml
3636
..\.github\workflows\publish.yml = ..\.github\workflows\publish.yml
37+
..\.github\workflows\winget-submission.yml = ..\.github\workflows\winget-submission.yml
3738
EndProjectSection
3839
EndProject
3940
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventGridExplorerLibrary", "EventGridExplorerLibrary\EventGridExplorerLibrary.csproj", "{11FD2BB5-A590-4844-852F-3DBF2A64F840}"

0 commit comments

Comments
 (0)