Skip to content

Commit 71378b7

Browse files
Update to latest cache action
1 parent 3ce890b commit 71378b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
curl --connect-timeout 5 --max-time 15 --silent --show-error https://s3.amazonaws.com/particular.downloads/Particular.DocsTool/version.json >> docstool-version.json
2323
- name: Cache docstool
2424
id: cache-docstool
25-
uses: actions/cache@v4.0.2
25+
uses: actions/cache@v4.2.2
2626
with:
2727
path: |
2828
~/.dotnet/tools/docstool

0 commit comments

Comments
 (0)