diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4119e30..9c4bd61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6.4.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 736a8b2..67dc157 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6.4.0