diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index d682caf..7a76bc2 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -47,7 +47,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Full git history is needed to get a proper # list of changed files within `super-linter` diff --git a/.github/workflows/php-compatibility-7.4.yaml b/.github/workflows/php-compatibility-7.4.yaml index 2ca7a21..1bc72d9 100644 --- a/.github/workflows/php-compatibility-7.4.yaml +++ b/.github/workflows/php-compatibility-7.4.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: PHP Setup uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/php-compatibility-8.0.yaml b/.github/workflows/php-compatibility-8.0.yaml index ba75358..701ff63 100644 --- a/.github/workflows/php-compatibility-8.0.yaml +++ b/.github/workflows/php-compatibility-8.0.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: PHP Setup uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/php-compatibility-8.2.yaml b/.github/workflows/php-compatibility-8.2.yaml index c0bd9ae..72331c5 100644 --- a/.github/workflows/php-compatibility-8.2.yaml +++ b/.github/workflows/php-compatibility-8.2.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: PHP Setup uses: shivammathur/setup-php@v2