diff --git a/.github/workflows/build-cpp.yml b/.github/workflows/build-cpp.yml index a0ec763..398af10 100644 --- a/.github/workflows/build-cpp.yml +++ b/.github/workflows/build-cpp.yml @@ -7,6 +7,9 @@ on: - 'v*' workflow_dispatch: +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true + permissions: contents: write @@ -20,10 +23,10 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup MSBuild - uses: microsoft/setup-msbuild@v2 + uses: microsoft/setup-msbuild@v3 # Override the v120 platform toolset with the VS 2022 toolset (v143). # The rdpwrap C++ source is standard Win32 API code and compiles cleanly diff --git a/.github/workflows/publish-ini.yml b/.github/workflows/publish-ini.yml index 7363bb2..b304abe 100644 --- a/.github/workflows/publish-ini.yml +++ b/.github/workflows/publish-ini.yml @@ -8,6 +8,9 @@ on: - '.github/workflows/publish-ini.yml' workflow_dispatch: +env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true + permissions: contents: write @@ -17,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # ── Extract the date string used for tagging and the updated field ────── - name: Get release metadata