diff --git a/.github/workflows/build-client.yml b/.github/workflows/build-client.yml index 24a600f486..69cd0e3b56 100644 --- a/.github/workflows/build-client.yml +++ b/.github/workflows/build-client.yml @@ -30,7 +30,7 @@ jobs: cmake_options: -DWITH_LIBXML2_ICONV=OFF -GXcode steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set reusable strings # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file. id: strings diff --git a/.github/workflows/build-studio.yml b/.github/workflows/build-studio.yml index fff2ed94e6..e04a2e79bf 100644 --- a/.github/workflows/build-studio.yml +++ b/.github/workflows/build-studio.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set reusable strings id: strings shell: bash diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index ff306692b9..59843c53c2 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -29,7 +29,7 @@ jobs: ubuntu_version: 20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set reusable strings # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file. id: strings diff --git a/.github/workflows/cross-compile-client.yml b/.github/workflows/cross-compile-client.yml index fa335158a5..01c672bab1 100644 --- a/.github/workflows/cross-compile-client.yml +++ b/.github/workflows/cross-compile-client.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set reusable strings # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file. id: strings