diff --git a/.github/workflows/bcc.yml b/.github/workflows/bcc.yml index 016925ef9b2..3fe7bdde2f7 100644 --- a/.github/workflows/bcc.yml +++ b/.github/workflows/bcc.yml @@ -15,7 +15,7 @@ jobs: env: fail-fast: true - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/build-phar.yml b/.github/workflows/build-phar.yml index 8d75dfe63c3..4f658298a50 100644 --- a/.github/workflows/build-phar.yml +++ b/.github/workflows/build-phar.yml @@ -44,7 +44,7 @@ jobs: env: fail-fast: true - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # required for composer to automatically detect root package version diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf9fbf7b147..8baa8961369 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: env: fail-fast: true - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get Composer Cache Directories id: composer-cache @@ -63,7 +63,7 @@ jobs: env: fail-fast: true - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get Composer Cache Directories id: composer-cache @@ -149,7 +149,7 @@ jobs: env: fail-fast: true - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get Composer Cache Directories id: composer-cache diff --git a/.github/workflows/shepherd.yml b/.github/workflows/shepherd.yml index 839d98563cc..3440783d936 100644 --- a/.github/workflows/shepherd.yml +++ b/.github/workflows/shepherd.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: shivammathur/setup-php@v2 with: php-version: '8.2' diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 5b6a06c4e08..de0665c9a72 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -62,7 +62,7 @@ jobs: env: fail-fast: true - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get Composer Cache Directories id: composer-cache