Upgrade the actions used in workflows

This commit is contained in:
Bassem Dghaidi
2026-03-16 10:21:42 -07:00
committed by GitHub
parent bd0e0bbb26
commit c6a3b2bd78
3 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v6
- run: npm ci
- name: Install licensed
run: |