mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-19 22:04:50 -04:00
GitHub Actions and Dependabot (#6164)
* GitHub Actions and Dependabot fix https://github.com/FreshRSS/FreshRSS/issues/6163 * Also for npm
This commit is contained in:
committed by
GitHub
parent
5aeab896e9
commit
3a4fd0d506
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
- name: Use Composer cache
|
||||
id: composer-cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: vendor
|
||||
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
|
||||
@@ -79,7 +79,7 @@ jobs:
|
||||
|
||||
- name: Use shell cache
|
||||
id: shell-cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: bin
|
||||
key: ${{ runner.os }}-bin-shfmt@v3.7.0-hadolint@v2.12.0-typos@v1.17.0
|
||||
|
||||
Reference in New Issue
Block a user