diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ba5e45ea7ed..22113b6087f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: ⬆️ Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🔧 Setup java uses: actions/setup-java@v3 with: @@ -61,7 +61,7 @@ jobs: working-directory: app steps: - name: ⬆️ Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get flutter version shell: bash run: | @@ -116,7 +116,7 @@ jobs: working-directory: app steps: - name: ⬆️ Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get dependencies run: | sudo apt-get update @@ -229,7 +229,7 @@ jobs: working-directory: app steps: - name: ⬆️ Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get dependencies run: | sudo apt-get update @@ -316,7 +316,7 @@ jobs: # working-directory: app # steps: # - name: ⬆️ Checkout - # uses: actions/checkout@v3 + # uses: actions/checkout@v4 # - name: Get flutter version # run: | # FLUTTER_VERSION=$(cat ../FLUTTER_VERSION) @@ -349,7 +349,7 @@ jobs: # architecture: # - amd64 # steps: - # - uses: actions/checkout@v3 + # - uses: actions/checkout@v4 # - uses: docker/setup-qemu-action@v2 # with: # image: tonistiigi/binfmt@sha256:df15403e06a03c2f461c1f7938b171fda34a5849eb63a70e2a2109ed5a778bde @@ -375,7 +375,7 @@ jobs: #- build-macos steps: - name: ⬆️ Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 env: CI_PAT: ${{ secrets.CI_PAT }} with: @@ -505,7 +505,7 @@ jobs: PLAY_STORE_CREDENTIALS: ${{ secrets.PLAY_STORE_CREDENTIALS }} steps: - name: ⬆️ Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.CI_PAT }} - name: Setup git @@ -561,7 +561,7 @@ jobs: needs: [deploy] runs-on: windows-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.CI_PAT }} - if: ${{ github.ref == 'refs/tags/stable' }} diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index 2dca5bdb65b..138295bdeb8 100644 --- a/.github/workflows/calibreapp-image-actions.yml +++ b/.github/workflows/calibreapp-image-actions.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Compress Images uses: calibreapp/image-actions@main diff --git a/.github/workflows/compress-images.yml b/.github/workflows/compress-images.yml index bdf6b5aea69..f8679ed099b 100644 --- a/.github/workflows/compress-images.yml +++ b/.github/workflows/compress-images.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Compress Images id: calibre uses: calibreapp/image-actions@main diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 57b715960af..c510621fb5b 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -13,7 +13,7 @@ jobs: working-directory: ${{ matrix.project }} steps: - name: ⬆️ Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get flutter version working-directory: ./ run: | @@ -23,7 +23,7 @@ jobs: with: flutter-version: ${{ env.FLUTTER_VERSION }} channel: 'any' - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Print Dart SDK version run: | dart --version diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index b80ae2e06d2..eb3308f20bc 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -11,7 +11,7 @@ jobs: if: github.event_name != 'push' runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: '18' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62c4af4a9d8..2180cb3fd09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: update-changelog: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.CI_PAT }} fetch-depth: 0 @@ -65,7 +65,7 @@ jobs: version: ${{ steps.setup.outputs.FLOW_VERSION }} build_number: ${{ steps.setup.outputs.FLOW_BUILD_NUMBER }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.CI_PAT }} ref: ${{ github.ref }} @@ -97,7 +97,7 @@ jobs: FLOW_VERSION="${{ env.FLOW_VERSION }}" git tag -fa v${{ env.FLOW_VERSION }} -m "Release ${FLOW_VERSION}" git push origin v${FLOW_VERSION} -f - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.CI_PAT }} fetch-depth: 0 @@ -133,7 +133,7 @@ jobs: - update-changelog - release steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.CI_PAT }} fetch-depth: 0 @@ -183,14 +183,14 @@ jobs: steps: - name: Checkout main if: ${{ github.ref == 'refs/heads/develop' }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.CI_PAT }} fetch-depth: 0 ref: main - name: Checkout develop if: ${{ github.ref == 'refs/heads/main' }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.CI_PAT }} fetch-depth: 0 @@ -235,7 +235,7 @@ jobs: runs-on: ubuntu-22.04 needs: [release] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.CI_PAT }} - name: Get information