diff --git a/.github/workflows/flutterfmt.yml b/.github/workflows/flutterfmt.yml index af01091..ec3a049 100644 --- a/.github/workflows/flutterfmt.yml +++ b/.github/workflows/flutterfmt.yml @@ -21,7 +21,9 @@ jobs: flutter-version: '3.24.1' - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + progress: false - name: Check formating run: dart format -l120 lib/ --set-exit-if-changed --suppress-analytics --output none diff --git a/.github/workflows/gofmt.yml b/.github/workflows/gofmt.yml index 753ca5c..c43cd9a 100644 --- a/.github/workflows/gofmt.yml +++ b/.github/workflows/gofmt.yml @@ -22,7 +22,9 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + progress: false - name: Install goimports working-directory: nebula diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d66aa4..769e232 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,9 @@ jobs: flutter-version: '3.24.1' - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + progress: false - name: Install the appstore connect key material env: diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index 3b62393..6b7e963 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -28,8 +28,9 @@ jobs: flutter-version: '3.24.1' - name: Check out code - uses: actions/checkout@v3 - + uses: actions/checkout@v4 + with: + progress: false - name: install dependencies env: TOKEN: ${{ secrets.MACHINE_USER_PAT }} @@ -96,7 +97,9 @@ jobs: flutter-version: '3.24.1' - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + progress: false - name: install dependencies run: |