diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35ef8378..a30b963d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: matrix: node-version: [ lts/* ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - uses: actions/cache@v3 with: path: ${{ github.workspace }}/.next/cache