Skip to content

Commit 06d3906

Browse files
Bump the actions-deps group with 2 updates
Bumps the actions-deps group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d9536d9 commit 06d3906

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
dotnet-version: 8.0.x
102102

103103
- name: Cache NuGet packages
104-
uses: actions/cache@v4
104+
uses: actions/cache@v5
105105
with:
106106
path: ${{ env.NUGET_PACKAGES }}
107107
key: ${{ runner.os }}-nuget-${{ hashFiles('src/**/*.csproj', 'src/**/*.props', 'src/**/*.targets', 'src/**/*.sln') }}
@@ -362,7 +362,7 @@ jobs:
362362
363363
- name: Check out Devolutions/actions
364364
if: ${{ fromJSON(needs.preflight.outputs.dry-run) == false }}
365-
uses: actions/checkout@v4
365+
uses: actions/checkout@v6
366366
with:
367367
repository: Devolutions/actions
368368
ref: v1

.github/workflows/dotnet-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
dotnet-version: 8.0.x
4343

4444
- name: Cache NuGet packages
45-
uses: actions/cache@v4
45+
uses: actions/cache@v5
4646
with:
4747
path: ${{ env.NUGET_PACKAGES }}
4848
key: ${{ runner.os }}-nuget-${{ hashFiles('src/**/*.csproj', 'src/**/*.props', 'src/**/*.targets', 'src/**/*.sln') }}

0 commit comments

Comments
 (0)