Skip to content

Commit 9db09e1

Browse files
chore(deps): bump actions/cache from 4 to 5 (#219)
1 parent a004992 commit 9db09e1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup .NET
3636
uses: ./.github/actions/setup-dotnet
3737
- name: Setup Dependency Caching
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
id: nuget-cache
4040
with:
4141
path: |

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
dotnet-version: 8.x
3131
- name: Setup Dependency Caching
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
id: nuget-cache
3434
with:
3535
path: |

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: ./.github/actions/setup-dotnet
2121
- name: Setup Dependency Caching
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
id: nuget-cache
2424
with:
2525
path: |

0 commit comments

Comments
 (0)