diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 14c12fcc..cd174697 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -8,10 +8,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Free Diskspace - uses: ./.github/actions/free_disk_space - name: Checkout uses: actions/checkout@v3 + - name: Free Diskspace + uses: ./.github/actions/free_disk_space - name: Login to Docker Hub uses: docker/login-action@v3 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f067342c..09611d93 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,10 +9,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Free Diskspace - uses: ./.github/actions/free_disk_space - name: Checkout uses: actions/checkout@v3 + - name: Free Diskspace + uses: ./.github/actions/free_disk_space - name: Login to Docker Hub uses: docker/login-action@v3 with: