Skip to content

Commit

Permalink
Updated actions/cache to v4. (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra authored Jun 24, 2024
1 parent 29ddaa7 commit 920a5e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ runs:
- name: Cache TrustedSigning PowerShell module
id: cache-module
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-module
with:
Expand All @@ -213,7 +213,7 @@ runs:

- name: Cache Microsoft.Windows.SDK.BuildTools NuGet package
id: cache-buildtools
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-buildtools
with:
Expand All @@ -223,7 +223,7 @@ runs:

- name: Cache Microsoft.Trusted.Signing.Client NuGet package
id: cache-tsclient
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-tsclient
with:
Expand Down

0 comments on commit 920a5e6

Please sign in to comment.