diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8744223..e5536a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Setup Nodejs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37842e8..b981224 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: id-token: write # to enable use of OIDC for trusted publishing and npm provenance steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Setup Nodejs Env