Skip to content

Commit da9b097

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 eeafe43 commit da9b097

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)