Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau authored Jun 15, 2023
1 parent cade335 commit 8be5ef8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
test_env_image: ${{ steps.image_output.outputs.test_env_image }}
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
uses: jlumbroso/free-disk-space@v1.2.0
with:
tool-cache: false

Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
with:
submodules: recursive
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
uses: jlumbroso/free-disk-space@v1.2.0
with:
tool-cache: false

Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
with:
submodules: recursive
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
uses: jlumbroso/free-disk-space@v1.2.0
with:
tool-cache: false

Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
with:
submodules: recursive
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
uses: jlumbroso/free-disk-space@v1.2.0
with:
tool-cache: false

Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
with:
submodules: recursive
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
uses: jlumbroso/free-disk-space@v1.2.0
with:
tool-cache: false

Expand Down

0 comments on commit 8be5ef8

Please sign in to comment.