Fix version of GH action
Some checks failed
Build Nginx-based docker image / build-static-assets (pull_request) Failing after 11m42s
Check usage of free licenses / check-licenses (pull_request) Successful in 1m0s
Add copyright notice / copyright_notice (pull_request) Successful in 1m13s
Run unit tests / unit_tests (pull_request) Successful in 1m54s

This commit is contained in:
Manuel Bustillo 2025-01-14 20:11:59 +01:00
parent 44dbb7e005
commit 23d09df543

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby@v1.207.0
- name: Install project dependencies
run: bundle install --jobs `getconf _NPROCESSORS_ONLN`
- name: Run license finder