Skip to content

Commit e4c9972

Browse files
author
Nick Ficano
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/cache-5'
* origin/dependabot/github_actions/actions/cache-5: chore(deps): bump actions/cache from 4 to 5
2 parents a71c0a5 + 9abf6a1 commit e4c9972

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
echo "Publishing version: $VERSION"
6969
7070
- name: Cache NuGet packages
71-
uses: actions/cache@v4
71+
uses: actions/cache@v5
7272
with:
7373
path: ~/.nuget/packages
7474
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.fsproj', '**/Directory.Packages.props', '**/global.json', '**/nuget.config') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
global-json-file: global.json
5757

5858
- name: Cache NuGet packages
59-
uses: actions/cache@v4
59+
uses: actions/cache@v5
6060
with:
6161
path: ~/.nuget/packages
6262
key: ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props', '**/*.fsproj', 'global.json', 'nuget.config') }}

0 commit comments

Comments
 (0)