Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 3 to 4 (#5262)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent fe48918 commit b9e06bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_bindings_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache OPAM dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.opam
key: ${{ runner.os }}-opam-${{ hashFiles('bindings/ocaml/dune-project') }}
Expand All @@ -51,7 +51,7 @@ jobs:
${{ runner.os }}-opam-doc-
- name: Cache Dune build artifacts
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: bindings/ocaml/_build
key: ${{ runner.os }}-dune-${{ hashFiles('bindings/ocaml/**/*.{ml,mli,opam}') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
cabal update
- name: Setup cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-cabal
with:
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
- uses: actions/checkout@v4

- name: Cache OPAM dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.opam
key: ${{ runner.os }}-opam-doc-${{ hashFiles('bindings/ocaml/dune-project') }}
Expand All @@ -291,7 +291,7 @@ jobs:
${{ runner.os }}-opam-
- name: Cache Dune build artifacts
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: bindings/ocaml/_build
key: ${{ runner.os }}-dune-doc-${{ hashFiles('bindings/ocaml/**/*.{ml,mli,opam}') }}
Expand Down

0 comments on commit b9e06bf

Please sign in to comment.