Skip to content

Commit 7c7ab64

Browse files
Merge pull request #32 from EnergySystemsModellingLab/dependabot/github_actions/actions/cache-5
Build(deps): Bump actions/cache from 4 to 5
2 parents 1adad7c + ecec16d commit 7c7ab64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cargo-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v6
2626
- name: Cargo Cache
27-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2828
with:
2929
path: |
3030
~/.cargo

0 commit comments

Comments
 (0)