diff --git a/.github/workflows/publish-samples.yml b/.github/workflows/publish-samples.yml index d92b40b08bd..69722e1ecec 100644 --- a/.github/workflows/publish-samples.yml +++ b/.github/workflows/publish-samples.yml @@ -29,7 +29,7 @@ jobs: 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 - name: Cache docstool id: cache-docstool - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 with: path: | ~/.dotnet/tools/docstool diff --git a/.github/workflows/validate-pull-requests.yml b/.github/workflows/validate-pull-requests.yml index 1eeadac7c45..64525e117af 100644 --- a/.github/workflows/validate-pull-requests.yml +++ b/.github/workflows/validate-pull-requests.yml @@ -20,7 +20,7 @@ jobs: curl --connect-timeout 5 --max-time 15 --silent --show-error https://s3.amazonaws.com/particular.downloads/Particular.DocsTool/version.json >> docstool-version.json - name: Cache docstool id: cache-docstool - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 with: path: | ~/.dotnet/tools/docstool diff --git a/.github/workflows/verify-master.yml b/.github/workflows/verify-master.yml index 00c4a080e31..b8af0893445 100644 --- a/.github/workflows/verify-master.yml +++ b/.github/workflows/verify-master.yml @@ -23,7 +23,7 @@ jobs: 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 - name: Cache docstool id: cache-docstool - uses: actions/cache@v5.0.4 + uses: actions/cache@v5.0.5 with: path: | ~/.dotnet/tools/docstool