diff --git a/.github/workflows/build-linux-php.yml b/.github/workflows/build-linux-php.yml index fb8648f73..c9534bf98 100644 --- a/.github/workflows/build-linux-php.yml +++ b/.github/workflows/build-linux-php.yml @@ -21,7 +21,7 @@ jobs: php-version: ${{ matrix.php-version }} - name: Check PHP Version run: php -v - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Configure toolchain run: | cmake --version diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 88decf042..5b02f06fd 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -7,7 +7,7 @@ jobs: build-linux: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Configure toolchain run: | sudo apt update diff --git a/.github/workflows/build-macos-php.yml b/.github/workflows/build-macos-php.yml index fdd6b929a..9e8d29703 100644 --- a/.github/workflows/build-macos-php.yml +++ b/.github/workflows/build-macos-php.yml @@ -28,7 +28,7 @@ jobs: php-version: ${{ matrix.php-version }} - name: Check PHP Version run: php -v - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Configure toolchain run: | cmake --version diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index fa7709928..a863147b1 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -12,7 +12,7 @@ jobs: env: DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Configure toolchain run: | cmake --version @@ -35,7 +35,7 @@ jobs: env: DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check that SPM has correspond xcframeworks hash run: ./scripts/check_spm_xcframeworks.sh - name: Run SPM tests diff --git a/.github/workflows/release-apple-binaries.yml b/.github/workflows/release-apple-binaries.yml index c4c92cc95..a3b01e7d0 100644 --- a/.github/workflows/release-apple-binaries.yml +++ b/.github/workflows/release-apple-binaries.yml @@ -8,7 +8,7 @@ jobs: env: DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check that SPM has correspond xcframeworks hash run: ./scripts/check_spm_xcframeworks.sh - name: Check SPM diff --git a/.github/workflows/release-cocoapods-instructions.yml b/.github/workflows/release-cocoapods-instructions.yml index a0d8d51f5..5e7ac4125 100644 --- a/.github/workflows/release-cocoapods-instructions.yml +++ b/.github/workflows/release-cocoapods-instructions.yml @@ -11,7 +11,7 @@ jobs: # env: # DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Deploy Cocoapods env: COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}