diff --git a/.github/workflows/npm-release.yml b/.github/workflows/npm-release.yml index 6727cc6..21f56b5 100644 --- a/.github/workflows/npm-release.yml +++ b/.github/workflows/npm-release.yml @@ -30,7 +30,7 @@ jobs: asset_name: corexpm-windows-x64.exe steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable with: targets: ${{ matrix.target }} @@ -57,7 +57,7 @@ jobs: needs: build-binaries runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-node@v4 with: node-version: '20.x'