Skip to content

Commit

Permalink
Merge pull request #2 from freqtrade/dependabot/github_actions/main/a…
Browse files Browse the repository at this point in the history
…ctions/cache-3

Bump actions/cache from 2 to 3
  • Loading branch information
xmatthias authored Dec 8, 2023
2 parents 62f48d3 + 86c7030 commit ec18f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v2
- uses: actions/cache@v3
name: Set up caches
with:
path: ~/.cache/pip
Expand Down

0 comments on commit ec18f70

Please sign in to comment.