Skip to content

Commit

Permalink
Merge pull request #2544 from nextcloud/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/cache-4.1.2
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
2 parents c6522f9 + 73bbdd8 commit db52bc4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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/[email protected].1
uses: actions/[email protected].2
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 @@ -218,7 +218,7 @@ jobs:
id: date
run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
- name: Cache NPM cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.npm
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: date
run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
- name: Cache NPM cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.npm
Expand All @@ -39,7 +39,7 @@ jobs:
${{ runner.os }}-node-${{ steps.date.outputs.date }}-
${{ runner.os }}-node-
- name: Cache composer files
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
vendor
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:
id: date
run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
- name: Use cache for NPM
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.npm
Expand All @@ -379,7 +379,7 @@ jobs:
${{ runner.os }}-node-${{ steps.date.outputs.date }}-
${{ runner.os }}-node-
- name: Use cache for Composer
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
vendor
Expand Down Expand Up @@ -451,7 +451,7 @@ jobs:
id: date
run: echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
- name: Cache NPM cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.npm
Expand Down

0 comments on commit db52bc4

Please sign in to comment.