Skip to content

Commit 3a044e1

Browse files
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](enthought/setup-edm-action@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] <[email protected]>
1 parent ca2528b commit 3a044e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ets-from-source.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
path: ~/.cache
3737
key: ${{ runner.os }}-${{ matrix.runtime }}-${{ hashFiles('etstool.py') }}
3838
- name: Setup EDM
39-
uses: enthought/setup-edm-action@v3
39+
uses: enthought/setup-edm-action@v4
4040
with:
4141
edm-version: ${{ env.INSTALL_EDM_VERSION }}
4242
- name: Install test environment

.github/workflows/test-with-edm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
path: ~/.cache
3737
key: ${{ runner.os }}-${{ matrix.runtime }}-${{ hashFiles('etstool.py') }}
3838
- name: Setup EDM
39-
uses: enthought/setup-edm-action@v3
39+
uses: enthought/setup-edm-action@v4
4040
with:
4141
edm-version: ${{ env.INSTALL_EDM_VERSION }}
4242
- name: Install test environment

0 commit comments

Comments
 (0)