diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d533ec0..27be6ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up Rust uses: dtolnay/rust-toolchain@stable diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 1a5f9e7..dcc5eb8 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up Node.js and npm uses: actions/setup-node@v5