diff --git a/.github/workflows/is-next-compat.yml b/.github/workflows/is-next-compat.yml index 4f57cab..20a08c8 100644 --- a/.github/workflows/is-next-compat.yml +++ b/.github/workflows/is-next-compat.yml @@ -56,7 +56,7 @@ jobs: /[":<>|*?\\\/=,\s'"'"']/g,"-")}`' >> "$GITHUB_OUTPUT" - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false diff --git a/.github/workflows/is-nextjestjs-swc-comat.yml b/.github/workflows/is-nextjestjs-swc-comat.yml index 9746f06..67de785 100644 --- a/.github/workflows/is-nextjestjs-swc-comat.yml +++ b/.github/workflows/is-nextjestjs-swc-comat.yml @@ -53,7 +53,7 @@ jobs: /[":<>|*?\\\/=,\s'"'"']/g,"-")}`' >> "$GITHUB_OUTPUT" - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false diff --git a/.github/workflows/run-apollo-app-example.yml b/.github/workflows/run-apollo-app-example.yml index 695d538..ff129af 100644 --- a/.github/workflows/run-apollo-app-example.yml +++ b/.github/workflows/run-apollo-app-example.yml @@ -59,7 +59,7 @@ jobs: /[":<>|*?\\\/=,\s'"'"']/g,"-")}`' >> "$GITHUB_OUTPUT" - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false