diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2af917f..d69d0b6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,7 @@ jobs: - 20 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3ef07c9..c5b01ef 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -9,7 +9,7 @@ jobs: create-pull-request: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: jascodes/pr-branch-action@1.0.3 env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}