Skip to content

Commit

Permalink
Merge pull request #59 from open-contracting/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/cache-3

build(deps): Bump actions/cache from 2.1.7 to 3
  • Loading branch information
jpmckinney committed Mar 28, 2022
2 parents 638024b + 401306d commit 2ebefc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: 3.7 # Google Colaboratory uses Python 3.7
- uses: actions/cache@v2.1.7
- uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt', 'setup.py') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: 3.8
- uses: actions/cache@v2.1.7
- uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt', 'setup.py') }}
Expand Down

0 comments on commit 2ebefc1

Please sign in to comment.