Skip to content

Commit 4abd2b9

Browse files
committed
(build deps): Bump the actions group with 1 update
Bumps the actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8726021 commit 4abd2b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/artifacts-restore/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ runs:
77
-
88
name: Use cached cake frosting
99
id: cache-cake
10-
uses: actions/cache@v3
10+
uses: actions/cache@v4
1111
with:
1212
path: run
1313
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
1414
-
1515
name: Use cached tools
1616
id: cache-tools
17-
uses: actions/cache@v3
17+
uses: actions/cache@v4
1818
with:
1919
path: tools
2020
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
2121
-
2222
name: Setup .NET SDK
23-
uses: actions/setup-dotnet@v3
23+
uses: actions/setup-dotnet@v4
2424
with:
2525
global-json-file: global.json

.github/workflows/_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
-
3535
name: Test Summary
36-
uses: test-summary/action@v2
36+
uses: test-summary/action@v2.2
3737
if: matrix.targetFramework == 'net8.0'
3838
with:
3939
paths: artifacts/test-results/*.results.xml

0 commit comments

Comments
 (0)