From da9b0979a91ca201a59c7f825f4f338a76079767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 13:20:34 +0000 Subject: [PATCH] Bump enthought/setup-edm-action from 3 to 4 Bumps [enthought/setup-edm-action](https://github.com/enthought/setup-edm-action) from 3 to 4. - [Release notes](https://github.com/enthought/setup-edm-action/releases) - [Commits](https://github.com/enthought/setup-edm-action/compare/v3...v4) --- updated-dependencies: - dependency-name: enthought/setup-edm-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ets-from-source.yml | 2 +- .github/workflows/test-with-edm.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ets-from-source.yml b/.github/workflows/ets-from-source.yml index 8e9aa1bc..4cc234f6 100644 --- a/.github/workflows/ets-from-source.yml +++ b/.github/workflows/ets-from-source.yml @@ -36,7 +36,7 @@ jobs: path: ~/.cache key: ${{ runner.os }}-${{ matrix.runtime }}-${{ hashFiles('etstool.py') }} - name: Setup EDM - uses: enthought/setup-edm-action@v3 + uses: enthought/setup-edm-action@v4 with: edm-version: ${{ env.INSTALL_EDM_VERSION }} - name: Install test environment diff --git a/.github/workflows/test-with-edm.yml b/.github/workflows/test-with-edm.yml index ab06cd32..8c377a1d 100644 --- a/.github/workflows/test-with-edm.yml +++ b/.github/workflows/test-with-edm.yml @@ -36,7 +36,7 @@ jobs: path: ~/.cache key: ${{ runner.os }}-${{ matrix.runtime }}-${{ hashFiles('etstool.py') }} - name: Setup EDM - uses: enthought/setup-edm-action@v3 + uses: enthought/setup-edm-action@v4 with: edm-version: ${{ env.INSTALL_EDM_VERSION }} - name: Install test environment