Skip to content

Commit

Permalink
Merge pull request #578 from sfu-db/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4

Bump actions/cache from 2 to 4
  • Loading branch information
wangxiaoying authored Mar 11, 2024
2 parents 6df1eed + fc1c5c0 commit a5dfb85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# components: rustfmt
# default: true

# - uses: actions/cache@v2
# - uses: actions/cache@v4
# with:
# path: |
# ~/.cargo/bin/
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
distribution: "temurin"
java-version: "17"

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
args: --features all --all

- name: Cache venv
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-venv-${{ secrets.CACHE_VERSION }}-${{ hashFiles('connectorx-python/poetry.lock') }}
Expand Down

0 comments on commit a5dfb85

Please sign in to comment.