Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4.2.0 (#577)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 6528143 commit 53351d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Cache .NET tools
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: ~/.nuget/packages
key: dotnet-tools-${{ runner.os }}-${{ hashFiles('.config/dotnet-tools.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-resource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
token: ${{ secrets.PAT }}

- name: Cache .NET tools
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
path: ~/.nuget/packages
key: dotnet-tools-${{ runner.os }}-${{ hashFiles('.config/dotnet-tools.json') }}
Expand Down

0 comments on commit 53351d0

Please # to comment.