Skip to content

Commit eba8162

Browse files
chore(deps): update actions/cache action to v5
1 parent 9de083d commit eba8162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

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

3030
- name: Cache dependencies
31-
uses: actions/cache@v3
31+
uses: actions/cache@v5
3232
with:
3333
path: paket-cache
3434
key: ${{ runner.os }}-paket-${{ hashFiles('paket.lock') }}

0 commit comments

Comments
 (0)