diff --git a/.github/workflows/latest-build.yml b/.github/workflows/latest-build.yml index dd2e4bf..72d7a2a 100644 --- a/.github/workflows/latest-build.yml +++ b/.github/workflows/latest-build.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: "master" diff --git a/.github/workflows/next-build.yml b/.github/workflows/next-build.yml index e7bddb8..0536275 100644 --- a/.github/workflows/next-build.yml +++ b/.github/workflows/next-build.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: "next"