diff --git a/.github/workflows/node-build-zip.yml b/.github/workflows/node-build-zip.yml index 0e0b537..a9074aa 100644 --- a/.github/workflows/node-build-zip.yml +++ b/.github/workflows/node-build-zip.yml @@ -52,7 +52,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/node-build.yml b/.github/workflows/node-build.yml index 464eaea..994f849 100644 --- a/.github/workflows/node-build.yml +++ b/.github/workflows/node-build.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index a98aee1..e73af43 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -75,7 +75,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/node-publish-internal.yml b/.github/workflows/node-publish-internal.yml index 884d90d..fe30883 100644 --- a/.github/workflows/node-publish-internal.yml +++ b/.github/workflows/node-publish-internal.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/node-publish-public.yml b/.github/workflows/node-publish-public.yml index b2cfc72..dfa2dc1 100644 --- a/.github/workflows/node-publish-public.yml +++ b/.github/workflows/node-publish-public.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/node-trusted-publish.yml b/.github/workflows/node-trusted-publish.yml index 2465c7e..86ee64d 100644 --- a/.github/workflows/node-trusted-publish.yml +++ b/.github/workflows/node-trusted-publish.yml @@ -22,7 +22,7 @@ jobs: id-token: write # Required for OIDC steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/python-uv-build-zip.yml b/.github/workflows/python-uv-build-zip.yml index 97b7594..4809c98 100644 --- a/.github/workflows/python-uv-build-zip.yml +++ b/.github/workflows/python-uv-build-zip.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/python-uv-ci.yml b/.github/workflows/python-uv-ci.yml index e64f491..4f340ae 100644 --- a/.github/workflows/python-uv-ci.yml +++ b/.github/workflows/python-uv-ci.yml @@ -121,7 +121,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0