Skip to content

Commit ca9e7eb

Browse files
Update actions/cache action to v4.2.4 (#7504)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent 6afde90 commit ca9e7eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/validate-pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
curl --connect-timeout 5 --max-time 15 --silent --show-error https://s3.amazonaws.com/particular.downloads/Particular.DocsTool/version.json >> docstool-version.json
2121
- name: Cache docstool
2222
id: cache-docstool
23-
uses: actions/[email protected].2
23+
uses: actions/[email protected].4
2424
with:
2525
path: |
2626
~/.dotnet/tools/docstool

.github/workflows/verify-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
curl --connect-timeout 5 --max-time 15 --silent --show-error https://f.feedz.io/particular-software/packages/nuget/v3/packages/particular.docstool/index.json >> docstool-versions.json
2424
- name: Cache docstool
2525
id: cache-docstool
26-
uses: actions/[email protected].0
26+
uses: actions/[email protected].4
2727
with:
2828
path: |
2929
~/.dotnet/tools/docstool

0 commit comments

Comments
 (0)