From 27f247c5d76f7eb764e32343eb2d0e22ad833618 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:56:29 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/ossar-analysis.yml | 2 +- .github/workflows/php.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 175aea9..7c26d60 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/ossar-analysis.yml b/.github/workflows/ossar-analysis.yml index 31aeb4e..5804d03 100644 --- a/.github/workflows/ossar-analysis.yml +++ b/.github/workflows/ossar-analysis.yml @@ -17,7 +17,7 @@ jobs: steps: # Checkout your code repository to scan - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index dc01426..fbae6f8 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -21,7 +21,7 @@ jobs: name: Testing ${{ matrix.php-versions }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Dump GitHub context env: @@ -60,7 +60,7 @@ jobs: name: Deploy to staging steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -106,7 +106,7 @@ jobs: name: Deploy to production steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2