We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce890b commit 71378b7Copy full SHA for 71378b7
.github/workflows/validate-pull-requests.yml
@@ -22,7 +22,7 @@ jobs:
22
curl --connect-timeout 5 --max-time 15 --silent --show-error https://s3.amazonaws.com/particular.downloads/Particular.DocsTool/version.json >> docstool-version.json
23
- name: Cache docstool
24
id: cache-docstool
25
- uses: actions/cache@v4.0.2
+ uses: actions/cache@v4.2.2
26
with:
27
path: |
28
~/.dotnet/tools/docstool
0 commit comments