Skip to content

Commit d77f6c5

Browse files
Update actions/cache action to v5.1.0 (#8377)
Co-authored-by: dependencyupdates[bot] <218638057+dependencyupdates[bot]@users.noreply.github.com>
1 parent e1c93cc commit d77f6c5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Cache docstool
3636
id: cache-docstool
37-
uses: actions/cache@v5.0.5
37+
uses: actions/cache@v5.1.0
3838
with:
3939
path: |
4040
~/.dotnet/tools/docstool

.github/workflows/publish-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
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
3030
- name: Cache docstool
3131
id: cache-docstool
32-
uses: actions/cache@v5.0.5
32+
uses: actions/cache@v5.1.0
3333
with:
3434
path: |
3535
~/.dotnet/tools/docstool

.github/workflows/validate-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "DOCSTOOL_VERSION=$(curl --connect-timeout 5 --max-time 15 --silent --show-error https://s3.amazonaws.com/particular.downloads/Particular.DocsTool/version.json)" >> $GITHUB_ENV
2929
- name: Cache docstool
3030
id: cache-docstool
31-
uses: actions/cache@v5.0.5
31+
uses: actions/cache@v5.1.0
3232
with:
3333
path: |
3434
~/.dotnet/tools/docstool

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "DOCSTOOL_VERSION=$(curl --connect-timeout 5 --max-time 15 --silent --show-error https://s3.amazonaws.com/particular.downloads/Particular.DocsTool/version.json)" >> $GITHUB_ENV
2424
- name: Cache docstool
2525
id: cache-docstool
26-
uses: actions/cache@v5.0.5
26+
uses: actions/cache@v5.1.0
2727
with:
2828
path: |
2929
~/.dotnet/tools/docstool

0 commit comments

Comments
 (0)