Skip to content

Commit 6adf63d

Browse files
authored
Merge pull request #347 from JaCraig/dependabot/github_actions/dependencies-97f38a5d32
chore: bump actions/cache from 4 to 5 in the dependencies group across 1 directory
2 parents a7d5ec9 + 46801b1 commit 6adf63d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
-Q "IF DB_ID(N'TestDatabase') IS NULL CREATE DATABASE [TestDatabase]; IF DB_ID(N'TestDatabase2') IS NULL CREATE DATABASE [TestDatabase2]; IF DB_ID(N'MockDatabase') IS NULL CREATE DATABASE [MockDatabase]; IF DB_ID(N'MockDatabaseForMockMapping') IS NULL CREATE DATABASE [MockDatabaseForMockMapping];"
108108
109109
- name: Cache NuGet packages
110-
uses: actions/cache@v4
110+
uses: actions/cache@v5
111111
with:
112112
path: ~/.nuget/packages
113113
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/Directory.Packages.props', '**/packages.lock.json', 'global.json', '**/nuget.config', '**/NuGet.Config') }}

.github/workflows/dotnet-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
exit 1
8282
8383
- name: Cache NuGet packages
84-
uses: actions/cache@v4
84+
uses: actions/cache@v5
8585
with:
8686
path: ~/.nuget/packages
8787
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/Directory.Packages.props', '**/packages.lock.json', 'global.json', '**/nuget.config', '**/NuGet.Config') }}

0 commit comments

Comments
 (0)