Skip to content

Commit 3d27d7b

Browse files
committed
remove job caching
1 parent 34485f4 commit 3d27d7b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/build-action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
uses: actions/setup-dotnet@v4
1919
with:
2020
dotnet-version: 7.0.x
21-
cache: true
2221
- name: Restore dependencies
2322
run: dotnet restore
2423
- name: Build

.github/workflows/publish-action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
uses: actions/setup-dotnet@v4
1818
with:
1919
dotnet-version: '7.0.x'
20-
cache: true
2120
- name: get version
2221
id: version
2322
uses: notiz-dev/github-action-json-property@release

0 commit comments

Comments
 (0)