diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c558756..bbc1df9 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout repository - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 # Enable gitlint to check all PR commit messages