ci : pin dependency to specific version

This commit is contained in:
Xuan Son Nguyen 2025-01-08 11:48:32 +01:00
parent 0d52a69e4b
commit 40df0eb434
2 changed files with 2 additions and 2 deletions

View file

@ -100,7 +100,7 @@ jobs:
# https://github.com/jlumbroso/free-disk-space/tree/54081f138730dfa15788a46383842cd2f914a1be#example # https://github.com/jlumbroso/free-disk-space/tree/54081f138730dfa15788a46383842cd2f914a1be#example
- name: Free Disk Space (Ubuntu) - name: Free Disk Space (Ubuntu)
if: ${{ matrix.config.free_disk_space == true }} if: ${{ matrix.config.free_disk_space == true }}
uses: jlumbroso/free-disk-space@main uses: jlumbroso/free-disk-space@v1.3.1
with: with:
# this might remove tools that are actually needed, # this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB # if set to "true" but frees about 6 GB

View file

@ -23,5 +23,5 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: editorconfig-checker/action-editorconfig-checker@main - uses: editorconfig-checker/action-editorconfig-checker@v3.0.3
- run: editorconfig-checker - run: editorconfig-checker