Pin actions/checkout's own workflows to a known, good, stable version. (#1776)

* Pin actions/checkout's own workflows to a known, good, stable version.

* fixed failing unit test

* fix unit test
This commit is contained in:
John Wesley Walker III
2024-06-12 19:11:03 +02:00
committed by GitHub
parent b17fe1e4d5
commit 6ccd57f4c5
5 changed files with 13 additions and 13 deletions

View File

@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.6
- run: npm ci
- run: npm run licensed-check