Skip to content

Commit

Permalink
Merge pull request #171 from kolappannathan/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/cache-4
  • Loading branch information
kolappannathan authored Feb 5, 2024
2 parents c194669 + 5c63b43 commit db29f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4.1.1
with:
show-progress: false
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v4.1.1
with:
show-progress: false
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Expand Down

0 comments on commit db29f5f

Please sign in to comment.