From efc877de287f5c10006f5bd85c2a9dbada666ba8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Mar 2022 20:44:56 +0000 Subject: [PATCH] Update actions/checkout action to v3 --- .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 262b69c..1a27960 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@v2 + uses: actions/checkout@v3 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 8bb6220..c47834d 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@v2 + uses: actions/checkout@v3 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 6e3b4b0..fc37e9a 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@v2 + uses: actions/checkout@v3 - name: Dump GitHub context env: @@ -60,7 +60,7 @@ jobs: name: Deploy to staging steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -106,7 +106,7 @@ jobs: name: Deploy to production steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup PHP uses: shivammathur/setup-php@v2