diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7140f5b..9331b15 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: NuGet cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.fsproj') }} path: ${{ env.NUGET_PACKAGES }} @@ -63,7 +63,7 @@ jobs: - name: Set up .NET SDK uses: actions/setup-dotnet@v5 - name: NuGet cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.fsproj') }} path: ${{ env.NUGET_PACKAGES }} @@ -83,7 +83,7 @@ jobs: - name: Set up .NET SDK uses: actions/setup-dotnet@v5 - name: NuGet cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.fsproj') }} path: ${{ env.NUGET_PACKAGES }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a8a887..f6a81ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: with: dotnet-version: 10.0.x - name: NuGet cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.fsproj') }} path: ${{ env.NUGET_PACKAGES }}