From da698bd4285f2a7eb16c6c209ed55da24412269b Mon Sep 17 00:00:00 2001 From: Andrey Marchenko Date: Tue, 1 Nov 2022 17:08:04 +0300 Subject: [PATCH] fix broken pipelines --- .github/workflows/linter.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 891ef02..7dd5bfe 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -21,10 +21,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - with: - # Make sure the actual branch is checked out when running on pull requests - ref: ${{ github.head_ref }} + - uses: actions/checkout@v3 - name: Prettier Action uses: creyD/prettier_action@v4.2 with: