Skip to content

Commit

Permalink
Merge pull request #2188 from nicomiguelino/bump-cache-action
Browse files Browse the repository at this point in the history
chore(ci): bump `actions/cache` to `v4`
  • Loading branch information
vpetersson authored Jan 3, 2025
2 parents de727d9 + 3235092 commit 507dd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-openapi-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
poetry install --only=docker-image-builder
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: /tmp/.buildx-cache
Expand Down

0 comments on commit 507dd1e

Please sign in to comment.