diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a3f124..eb9e6fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: unit-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: pnpm/action-setup@v4 diff --git a/.github/workflows/sync-tag-to-release.yml b/.github/workflows/sync-tag-to-release.yml index f5d9a39..d3ca489 100644 --- a/.github/workflows/sync-tag-to-release.yml +++ b/.github/workflows/sync-tag-to-release.yml @@ -13,7 +13,7 @@ jobs: sync-tag-to-release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0