Skip to content

Commit c81c41b

Browse files
authored
Merge pull request #244 from smdn/dependabot/github_actions/actions/cache-4.2.2
Bump actions/cache from 4.2.1 to 4.2.2
2 parents 0aeeace + 4d89e4a commit c81c41b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/generate-release-target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
272272
- name: Setup NuGet cache
273273
# ref: https://github.com/actions/cache/blob/master/examples.md#c---nuget
274-
uses: actions/cache@v4.2.1
274+
uses: actions/cache@v4.2.2
275275
env:
276276
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 5
277277
with:

.github/workflows/manage-nuget-package-caches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Setup NuGet cache
3535
# ref: https://github.com/actions/cache/blob/master/examples.md#c---nuget
36-
uses: actions/cache@v4.2.1
36+
uses: actions/cache@v4.2.2
3737
with:
3838
path: ${{ steps.set-nuget-packages.outputs.path-to-nuget-packages }}
3939
key: test-NuGetPackages-${{ runner.os }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ jobs:
301301
302302
- name: Setup NuGet cache
303303
# ref: https://github.com/actions/cache/blob/master/examples.md#c---nuget
304-
uses: actions/cache@v4.2.1
304+
uses: actions/cache@v4.2.2
305305
env:
306306
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 5
307307
with:

0 commit comments

Comments
 (0)