Skip to content

Commit

Permalink
Bump actions/cache from 2 to 3 (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 3, 2022
1 parent ae7c14a commit a663cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
path: artifacts

- name: Cache PIP Packages
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: ${{ steps.os.outputs.pip-cache }}
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
uses: actions/checkout@v3

- name: Cache PIP Packages
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-extra-${{ hashFiles('**/requirements.txt', 'composite/action.yml') }}
Expand Down

0 comments on commit a663cb1

Please sign in to comment.