Skip to content

Commit

Permalink
ci: Bump actions/cache/restore
Browse files Browse the repository at this point in the history
This aligns the version with actions/cache
  • Loading branch information
techman83 committed Dec 1, 2024
1 parent 7c97294 commit ca76d77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
UV_SYSTEM_PYTHON: true
steps:
- uses: actions/checkout@v4
- uses: actions/cache/restore@v3
- uses: actions/cache/restore@v4
id: cache
with:
path: build/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cally.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
# Restore Provider Packages
- uses: actions/checkout@v4
- uses: actions/cache/restore@v3
- uses: actions/cache/restore@v4
id: cache
with:
path: build/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
# Restore Provider Packages
- uses: actions/checkout@v4
- uses: actions/cache/restore@v3
- uses: actions/cache/restore@v4
id: cache
with:
path: build/
Expand Down

0 comments on commit ca76d77

Please sign in to comment.