From 12ae822cc446684f799aa810b915fde46be37d9e Mon Sep 17 00:00:00 2001 From: OudomMunint Date: Sat, 17 Feb 2024 18:13:36 +1100 Subject: [PATCH 1/2] #21 Added to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 From 4b06a9ea73d0a679e2f9bda5795e098508332ba1 Mon Sep 17 00:00:00 2001 From: OudomMunint <108245473+OudomMunint@users.noreply.github.com> Date: Sat, 17 Feb 2024 19:19:40 +1100 Subject: [PATCH 2/2] Updated GHA versions --- .github/workflows/main.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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