Skip to content

Commit

Permalink
CI: Update actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Dec 14, 2024
1 parent 8607c37 commit 3226b5a
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 @@ -34,7 +34,7 @@ jobs:

- name: Cache connector code
id: connector-cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: .ci/pull-request-check/connectors
key: connectors-${{ hashFiles('.ci/pull-request-check/check-pull-request.sh') }}-${{ steps.get-connector-hash.outputs.hash }}
Expand Down

0 comments on commit 3226b5a

Please sign in to comment.