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:
Alexandre Alapetite
2024-03-06 10:01:09 +01:00
committed by GitHub
parent 5aeab896e9
commit 3a4fd0d506
2 changed files with 27 additions and 2 deletions

View File

@@ -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