Actualiser action.yaml

This commit is contained in:
2025-05-01 13:35:52 +02:00
parent 4e90b0019e
commit 026adb0349

View File

@@ -35,6 +35,11 @@ runs:
using: 'composite'
steps:
- name: Setup cache
uses: actions/cache@v3
with:
path: ~/.npm
key: dont-cache-${{ github.run_id }}
- name: Load bash library
uses: https://gargoton.petite-maison-orange.fr/pmo-actions/bash-library@main