We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82219a commit a850106Copy full SHA for a850106
.github/workflows/verify-master.yml
@@ -25,7 +25,7 @@ jobs:
25
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
26
- name: Cache docstool
27
id: cache-docstool
28
- uses: actions/cache@v4.0.2
+ uses: actions/cache@v4.2.0
29
with:
30
path: |
31
~/.dotnet/tools/docstool
0 commit comments