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: