Skip to content

Commit ec4608b

Browse files
authored
Merge pull request #4 from AGIBuild/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 49e17f2 + aa3bbe3 commit ec4608b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/app-publish-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
global-json-file: global.json
9090

91-
- uses: actions/cache@v4
91+
- uses: actions/cache@v5
9292
with:
9393
path: ~/.nuget/packages
9494
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', 'global.json', '.config/dotnet-tools.json') }}
@@ -134,7 +134,7 @@ jobs:
134134
with:
135135
global-json-file: global.json
136136

137-
- uses: actions/cache@v4
137+
- uses: actions/cache@v5
138138
with:
139139
path: ~/.nuget/packages
140140
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', 'global.json', '.config/dotnet-tools.json') }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
global-json-file: global.json
2727

28-
- uses: actions/cache@v4
28+
- uses: actions/cache@v5
2929
with:
3030
path: ~/.nuget/packages
3131
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', 'global.json', '.config/dotnet-tools.json') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
with:
117117
global-json-file: global.json
118118

119-
- uses: actions/cache@v4
119+
- uses: actions/cache@v5
120120
with:
121121
path: ~/.nuget/packages
122122
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', 'global.json', '.config/dotnet-tools.json') }}

0 commit comments

Comments
 (0)