Skip to content

Commit 11be9b5

Browse files
Merge pull request #37 from EnergySystemsModellingLab/dependabot/github_actions/actions/cache-6
Build(deps): Bump actions/cache from 5 to 6
2 parents fbf3066 + 7e591c4 commit 11be9b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v7
2626
- name: Cargo Cache
27-
uses: actions/cache@v5
27+
uses: actions/cache@v6
2828
with:
2929
path: |
3030
~/.cargo

0 commit comments

Comments
 (0)