From 9e7246e8649f920f7645ad77113798992193d358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:22:03 +0300 Subject: [PATCH] Bump open-watcom/setup-watcom from 0 to 1 (#1233) Bumps [open-watcom/setup-watcom](https://github.com/open-watcom/setup-watcom) from 0 to 1. - [Changelog](https://github.com/open-watcom/setup-watcom/blob/master/release.py) - [Commits](https://github.com/open-watcom/setup-watcom/compare/v0...v1) --- updated-dependencies: - dependency-name: open-watcom/setup-watcom dependency-version: '1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-watcom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-watcom.yml b/.github/workflows/build-watcom.yml index a5cb515..29a2b17 100644 --- a/.github/workflows/build-watcom.yml +++ b/.github/workflows/build-watcom.yml @@ -21,7 +21,7 @@ jobs: # - name: configure # run: ./configure - name: Setup Open Watcom - uses: open-watcom/setup-watcom@v0 + uses: open-watcom/setup-watcom@v1 - name: set date run: | $NOW = Get-Date -Format "yyMMddHHmmss"