diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bc4b406..cb2c18e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Pnpm run: npm i -g corepack@latest --force && corepack enable diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e5422a..44f9a20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: steps: - name: 检出代码 - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9ec204d..20afc33 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Pnpm run: npm i -g corepack@latest --force && corepack enable