Skip to content

Commit

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

build(deps): Bump actions/cache from 1 to 2.1.6
  • Loading branch information
jpmckinney committed Nov 12, 2021
2 parents 63d5926 + c56fc46 commit dece187
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@v2
with:
python-version: 3.7 # Google Colaboratory uses Python 3.7
- uses: actions/cache@v1
- uses: actions/cache@v2.1.6
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@v2
with:
python-version: 3.6
- uses: actions/cache@v2
- uses: actions/cache@v2.1.6
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt', 'setup.py') }}
Expand Down

0 comments on commit dece187

Please sign in to comment.