Skip to content

Commit

Permalink
Merge pull request #1274 from nextcloud/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-3.0.11

Bump actions/cache from 2.1.7 to 3.0.11
  • Loading branch information
christianlupus authored Oct 21, 2022
2 parents 42a4543 + 9f35229 commit a105863
Show file tree
Hide file tree
Showing 4 changed files with 7 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 @@ -31,7 +31,7 @@ jobs:
id: date
run: echo "::set-output name=date::$(date +%Y-%m-%d)"
- name: Use cache for NPM
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.11
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 @@ -120,7 +120,7 @@ jobs:
id: date
run: echo "::set-output name=date::$(date +%Y-%m-%d)"
- name: Cache NPM cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.11
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 "::set-output name=date::$(date +%Y-%m-%d)"
- name: Cache NPM cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.11
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@v2.1.7
uses: actions/cache@v3.0.11
with:
path: |
vendor
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
id: date
run: echo "::set-output name=date::$(date +%Y-%m-%d)"
- name: Use cache for NPM
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.11
with:
path: |
~/.npm
Expand All @@ -369,7 +369,7 @@ jobs:
${{ runner.os }}-node-${{ steps.date.outputs.date }}-
${{ runner.os }}-node-
- name: Use cache for Composer
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.11
with:
path: |
vendor
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
[1270](https://github.com/nextcloud/cookbook/pull/1270)
[1271](https://github.com/nextcloud/cookbook/pull/1271)
[1273](https://github.com/nextcloud/cookbook/pull/1273)
[1274](https://github.com/nextcloud/cookbook/pull/1274)

### Documentation
- Fix bad writing
Expand Down

0 comments on commit a105863

Please sign in to comment.