Skip to content

Commit

Permalink
CI: Use v4 of cache actions
Browse files Browse the repository at this point in the history
Similar PR: bloomberg/blazingmq-sdk-python#41

Signed-off-by: Evgeny Malygin <[email protected]>
  • Loading branch information
678098 authored and pniedzielski committed Aug 12, 2024
1 parent c30e124 commit f4a2dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Get cached BlazingMQ docker image
id: cache-restore
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: blazingmq_image.tar.gz
key: ${{ steps.get-sha.outputs.blazingmq_sha }}
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Cache built BlazingMQ docker image
id: cache-save
if: steps.cache-restore.outputs.cache-hit != 'true'
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: blazingmq_image.tar.gz
key: ${{ steps.get-sha.outputs.blazingmq_sha }}
Expand Down

0 comments on commit f4a2dc4

Please sign in to comment.