diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e96a3398..c3244b3b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: lfs: false - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.1 + uses: microsoft/setup-msbuild@v1.1.3 - name: Generate project files run: tools/premake5 vs2022 diff --git a/.github/workflows/draft-new-release.yml b/.github/workflows/draft-new-release.yml index 35f0f8cc..1c4b90e3 100644 --- a/.github/workflows/draft-new-release.yml +++ b/.github/workflows/draft-new-release.yml @@ -12,7 +12,7 @@ jobs: name: "Draft a new release" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Normalize version id: normalize_version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70fbf24c..7ad42f46 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Check out files if: github.event.pull_request.merged - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: false lfs: false diff --git a/README.md b/README.md index 487f7a02..448d11c9 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ | `-bigminidumps` | Include all code sections from loaded modules in the dump. | | `-reallybigminidumps` | Include data sections from all loaded modules in the dump. | | `-dump` | Write info of loaded assets to the raw folder as they are being loaded. | -| `-monitor` | This flag is for internal use and it is used to indicate if an external console is present. | | `-nointro` | Skip game's cinematic intro. | | `-version` | Print IW4x build info on startup. | | `-zonebuilder` | Start the interactive zonebuilder tool console instead of starting the game. |