Skip to content

Commit cfd8620

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 26ffd88 commit cfd8620

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
@@ -33,7 +33,7 @@ jobs:
3333
path: ~/.cache
3434
key: ${{ runner.os }}-${{ matrix.runtime }}-${{ matrix.toolkit }}-${{ hashFiles('etstool.py') }}
3535
- name: Set up EDM
36-
uses: enthought/setup-edm-action@v3
36+
uses: enthought/setup-edm-action@v4
3737
with:
3838
edm-version: ${{ env.INSTALL_EDM_VERSION }}
3939
- name: Set up bootstrap Python

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
path: ~/.cache
3333
key: ${{ runner.os }}-${{ matrix.runtime }}-${{ matrix.toolkit }}-${{ hashFiles('etstool.py') }}
3434
- name: Set up EDM
35-
uses: enthought/setup-edm-action@v3
35+
uses: enthought/setup-edm-action@v4
3636
with:
3737
edm-version: ${{ env.INSTALL_EDM_VERSION }}
3838
- name: Set up bootstrap Python

0 commit comments

Comments
 (0)