diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a3a1a6..fa141d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: node: [20.x] php: [8.1,8.2] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -77,7 +77,7 @@ jobs: needs: - build steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 with: fetch-depth: 1