diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76ff859..7f7137e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Pnpm run: npm i -g corepack@latest --force && corepack enable diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c030ea..2ff30db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install Pnpm run: npm i -g corepack@latest --force && corepack enable