diff --git a/.github/workflows/main-workflow-template.yml b/.github/workflows/main-workflow-template.yml index 7f1280ce..713cc6f3 100644 --- a/.github/workflows/main-workflow-template.yml +++ b/.github/workflows/main-workflow-template.yml @@ -52,7 +52,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 @@ -75,7 +75,7 @@ jobs: ${{fromJson(needs.matrix_prep.outputs.matrix)}} steps: - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Make free space uses: ./.github/actions/make-free-space