Skip to content

Commit a5dfb85

Browse files
authored
Merge pull request #578 from sfu-db/dependabot/github_actions/actions/cache-4
Bump actions/cache from 2 to 4
2 parents 6df1eed + fc1c5c0 commit a5dfb85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# components: rustfmt
7474
# default: true
7575

76-
# - uses: actions/cache@v2
76+
# - uses: actions/cache@v4
7777
# with:
7878
# path: |
7979
# ~/.cargo/bin/
@@ -200,7 +200,7 @@ jobs:
200200
distribution: "temurin"
201201
java-version: "17"
202202

203-
- uses: actions/cache@v2
203+
- uses: actions/cache@v4
204204
with:
205205
path: |
206206
~/.cargo/bin/
@@ -238,7 +238,7 @@ jobs:
238238
args: --features all --all
239239

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

0 commit comments

Comments
 (0)