Skip to content

Commit

Permalink
Build(deps): Bump actions/cache from 3.3.2 to 4.0.1
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.3.2...v4.0.1)

---
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] authored Mar 1, 2024
1 parent e8ee44d commit 4158f31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-appstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: date
run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
- name: Use cache for NPM
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.1
with:
path: |
~/.npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
id: date
run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
- name: Cache NPM cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.1
with:
path: |
~/.npm
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: date
run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
- name: Cache NPM cache
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.1
with:
path: |
~/.npm
Expand All @@ -38,7 +38,7 @@ jobs:
${{ runner.os }}-node-${{ steps.date.outputs.date }}-
${{ runner.os }}-node-
- name: Cache composer files
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.1
with:
path: |
vendor
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
id: date
run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
- name: Use cache for NPM
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.1
with:
path: |
~/.npm
Expand All @@ -397,7 +397,7 @@ jobs:
${{ runner.os }}-node-${{ steps.date.outputs.date }}-
${{ runner.os }}-node-
- name: Use cache for Composer
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.1
with:
path: |
vendor
Expand Down

0 comments on commit 4158f31

Please sign in to comment.