diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7be6366..b27da3eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v5 - name: Setup Nodejs uses: actions/setup-node@v1 diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 4b3da659..352e649e 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v5 with: fetch-depth: 0