From 873b68cbf797ba359eef8ba89275ad3e1ca2e64a Mon Sep 17 00:00:00 2001 From: abrardev99-bot <105270561+abrardev99-bot@users.noreply.github.com> Date: Thu, 13 Oct 2022 14:27:45 +0500 Subject: [PATCH] wip --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a64a27d9..e138ff09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: name: Code style (php-cs-fixer) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v9 with: token: ${{ github.token }} repository: ${{ github.event.pull_request.head.repo.full_name }}