Skip to content

Commit

Permalink
chore(deps): Bump actions/cache from 3 to 4
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 22, 2024
1 parent 312cc12 commit ac3398a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -16,14 +16,14 @@ jobs:
with:
fetch-depth: 0
- name: Cache test fonts
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.fonts
.sources
key: fonts-${{ hashFiles('Makefile-fonts') }}
- name: Cache lua_modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
lua_modules
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
with:
fetch-depth: 0
- name: Cache test fonts
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.fonts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Expand Up @@ -20,14 +20,14 @@ jobs:
with:
fetch-depth: 0
- name: Cache test fonts
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.fonts
.sources
key: fonts-${{ hashFiles('Makefile-fonts') }}
- name: Cache lua_modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
lua_modules
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -27,14 +27,14 @@ jobs:
with:
fetch-depth: 0
- name: Cache test fonts
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
.fonts
.sources
key: fonts-${{ hashFiles('Makefile-fonts') }}
- name: Cache lua_modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
lua_modules
Expand Down

0 comments on commit ac3398a

Please sign in to comment.