diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e4845fb2..fd469650 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: node-version: 22.22.2 - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: '0' @@ -46,7 +46,7 @@ jobs: node-version: 22.22.2 - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: '0' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f971ccb8..9a811fd7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: node-version: 22.22.2 - name: Check out code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: '0'