Skip to content

Commit 7ecd1a8

Browse files
Bump actions/cache from 5 to 6 in the github-actions group (#68)
* Bump actions/cache from 5 to 6 in the github-actions group Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> * Update ci-build.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: HeavenVR <github@heavenvr.tech>
1 parent 6438b00 commit 7ecd1a8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-module-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
dotnet-version: ${{ env.DOTNET_VERSION }}
4343

4444
- name: Cache NuGet packages
45-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
45+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4646
with:
4747
path: ~/.nuget/packages
4848
key: module-base-nuget

.github/workflows/ci-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
dotnet-version: ${{ env.DOTNET_VERSION }}
5656

5757
- name: Cache NuGet packages
58-
uses: actions/cache@v5
58+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
5959
with:
6060
path: ~/.nuget/packages
6161
key: ${{ matrix.os }}-tests-nuget-${{ hashFiles('**/*.csproj', 'Directory.Packages.props') }}
@@ -93,7 +93,7 @@ jobs:
9393
run: dotnet workload install maui-windows
9494

9595
- name: Cache NuGet packages
96-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
96+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
9797
with:
9898
path: ~/.nuget/packages
9999
key: windows-maui-nuget
@@ -210,7 +210,7 @@ jobs:
210210
dotnet-version: ${{ env.DOTNET_VERSION }}
211211

212212
- name: Cache NuGet packages
213-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
213+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
214214
with:
215215
path: ~/.nuget/packages
216216
key: linux-photino-nuget

0 commit comments

Comments
 (0)