diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f57b35..034f566 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: "20" - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Cache node_modules id: cache uses: actions/cache@v4 diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index f7d9eca..71a312d 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -13,7 +13,7 @@ jobs: with: node-version: "20" registry-url: 'https://registry.npmjs.org' - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Cache node_modules id: cache uses: actions/cache@v4