diff --git a/.github/workflows/bridge.yml b/.github/workflows/bridge.yml index ba978df25..5cc4bb788 100644 --- a/.github/workflows/bridge.yml +++ b/.github/workflows/bridge.yml @@ -23,7 +23,7 @@ jobs: } steps: - name: Checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install prerequisites run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ea473c50..ccfc1bdf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || ''); - name: Checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install prerequisites shell: bash diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index 031248119..ffb906ca8 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -55,7 +55,7 @@ jobs: core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || ''); - name: Checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install LLVM and Clang uses: KyleMayes/install-llvm-action@v1 diff --git a/.github/workflows/history.yml b/.github/workflows/history.yml index d1991977d..5d7842fd4 100644 --- a/.github/workflows/history.yml +++ b/.github/workflows/history.yml @@ -21,7 +21,7 @@ jobs: - { target: x86_64-pc-windows-msvc, os: windows-2019, arch: x86_64, date: 2023-08-04, ref: 72c198a1e94cc1e0242fce88f92b3f3caedcd0c3 } steps: - name: Checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ matrix.job.ref }}