Skip to content

Commit ef4cb2c

Browse files
Bump actions/cache from 5 to 6 (#55)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f07e8c2 commit ef4cb2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/main.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: checking out lambdapi repo ...
1515
uses: actions/checkout@v7
1616
- name: recovering cached opam files ...
17-
uses: actions/cache@v5
17+
uses: actions/cache@v6
1818
with:
1919
path: ~/.opam
2020
key: ${{ runner.os }}-ocaml-${{ matrix.ocaml-version }}

0 commit comments

Comments
 (0)