Skip to content

Commit b9a2e54

Browse files
dependabot[bot]ForNeVeR
authored andcommitted
Build(deps): Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/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/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b94020f commit b9a2e54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v6
3333

3434
- name: NuGet cache
35-
uses: actions/cache@v4
35+
uses: actions/cache@v5
3636
with:
3737
path: ${{ env.NUGET_PACKAGES }}
3838
key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.csproj', '**/*.fsproj') }}

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: echo "version=$(Scripts/Get-Version.ps1 -RefName $env:GITHUB_REF)" >> $env:GITHUB_OUTPUT
3636

3737
- name: NuGet cache
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: ${{ env.NUGET_PACKAGES }}
4141
key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.csproj', '**/*.fsproj') }}

.github/workflows/tdlib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v6
3232

3333
- name: NuGet cache
34-
uses: actions/cache@v4
34+
uses: actions/cache@v5
3535
with:
3636
path: ${{ env.NUGET_PACKAGES }}
3737
key: ${{ runner.os }}.nuget.${{ hashFiles('Scripts/*.fsx') }}

0 commit comments

Comments
 (0)