ci : pin dependency to specific version (#11137)
* ci : pin dependency to specific version * will this fix ec?
This commit is contained in:
parent
a3c1232c3f
commit
80ccf5d725
2 changed files with 4 additions and 2 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -100,7 +100,7 @@ jobs:
|
|||
# https://github.com/jlumbroso/free-disk-space/tree/54081f138730dfa15788a46383842cd2f914a1be#example
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
if: ${{ matrix.config.free_disk_space == true }}
|
||||
uses: jlumbroso/free-disk-space@main
|
||||
uses: jlumbroso/free-disk-space@v1.3.1
|
||||
with:
|
||||
# this might remove tools that are actually needed,
|
||||
# if set to "true" but frees about 6 GB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue