Skip to content

Commit b763c37

Browse files
Upgrade checkout action and add disk space cleanup
Updated checkout action version and added disk space cleanup step. Signed-off-by: Julius von Kohout <[email protected]>
1 parent 5df884c commit b763c37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pipeline_run_from_notebook.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
25+
26+
- name: Free up disk space
27+
run: ./tests/free-disk-space.sh
2528

2629
- name: Install KinD, Create KinD cluster and Install kustomize
2730
run: ./tests/install_KinD_create_KinD_cluster_install_kustomize.sh

0 commit comments

Comments
 (0)