diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c9ea6e7..22a2e10 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,15 +24,16 @@ jobs: os: [windows-latest, ubuntu-latest, macos-latest] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - - name: Install Node.js v18 - uses: actions/setup-node@v2 + - name: Install Node.js latest + uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: latest + check-latest: true - name: Setup .NET Core - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v4 with: dotnet-version: '7.0.x' @@ -47,6 +48,6 @@ jobs: - name: Create Release if: matrix.os == 'windows-latest' - uses: ncipollo/release-action@v1.12.0 + uses: ncipollo/release-action@v1.14.0 with: - tag: v1.4.5.6 \ No newline at end of file + tag: v1.4.6 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 8a30d25..1a02111 100644 --- a/.gitignore +++ b/.gitignore @@ -396,3 +396,4 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml +.DS_Store