diff --git a/.github/workflows/check-pull-request.yml b/.github/workflows/check-pull-request.yml index 9312cd4..0109456 100644 --- a/.github/workflows/check-pull-request.yml +++ b/.github/workflows/check-pull-request.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Validate Pull Request Title run: |