diff --git a/.github/workflows/publish-vsix.yml b/.github/workflows/publish-vsix.yml index 50bf521..66c3630 100644 --- a/.github/workflows/publish-vsix.yml +++ b/.github/workflows/publish-vsix.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'PyDevices/mpftp' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -64,7 +64,7 @@ jobs: echo "version=$VERSION" >> "$GITHUB_OUTPUT" echo "Publishing mpftp release $VERSION" - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: '20' cache: npm @@ -103,7 +103,7 @@ jobs: ls -la *.vsix - name: Upload GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: v${{ steps.version.outputs.version }} name: v${{ steps.version.outputs.version }}