Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 3 to 4 (#52)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 21, 2024
1 parent 5675da9 commit a62546a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deno-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
deno-version: ${{ matrix.deno-version }}

- name: Cache https:// deps
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/deno/deps/https
key: deno/${{ matrix.deno-version }}-https/v1-${{ github.sha }}
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
deno-version: ${{ matrix.deno-version }}

- name: Cache https:// deps
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/deno/deps/https
key: deno/${{ matrix.deno-version }}-https/v1-${{ github.sha }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
deno-version: ${{ matrix.deno-version }}

- name: Cache https:// deps
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/deno/deps/https
key: deno/${{ matrix.deno-version }}-https/v1-${{ github.sha }}
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
deno-version: ${{ matrix.deno-version }}

- name: Cache https:// deps
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/deno/deps/https
key: deno/${{ matrix.deno-version }}-https/v1-${{ github.sha }}
Expand Down

0 comments on commit a62546a

Please sign in to comment.