diff --git a/.github/workflows/final-newline-checker.yml b/.github/workflows/final-newline-checker.yml index 3abe3bf..9757e1a 100644 --- a/.github/workflows/final-newline-checker.yml +++ b/.github/workflows/final-newline-checker.yml @@ -10,7 +10,7 @@ jobs: contents: read pull-requests: write steps: - - uses: hakadoriya-actions/final-newline-checker@v0.0.2 + - uses: hakadoriya-actions/final-newline-checker@v0.0.3 id: final-newline-checker with: # NOTE: If you want to fail on missing final newline, set this to true diff --git a/.github/workflows/label-checker.yml b/.github/workflows/label-checker.yml index 7067328..9159541 100644 --- a/.github/workflows/label-checker.yml +++ b/.github/workflows/label-checker.yml @@ -47,7 +47,7 @@ jobs: checks: read repository-projects: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.ref }} # needed for gh pr view - name: Check labels diff --git a/.github/workflows/typo-checker.yml b/.github/workflows/typo-checker.yml index 606bb3e..96b5194 100644 --- a/.github/workflows/typo-checker.yml +++ b/.github/workflows/typo-checker.yml @@ -28,7 +28,7 @@ jobs: typo-checker: # NOTE: for Branch protection rule `Status checks that are required.` runs-on: ubuntu-latest # ref. https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: DEBUG shell: bash run: |