Skip to content

Commit cb23dd4

Browse files
committed
Update action versions
1 parent a689c9a commit cb23dd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v3
3535

3636
- name: "Build Package"
37-
uses: pyansys/pydpf-actions/[email protected]
37+
uses: pyansys/pydpf-actions/[email protected].1
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040
ANSYS_VERSION: ${{env.ANSYS_VERSION}}
@@ -44,7 +44,7 @@ jobs:
4444
install_extras: plotting
4545

4646
- name: "Test Package"
47-
uses: pyansys/pydpf-actions/[email protected]
47+
uses: pyansys/pydpf-actions/[email protected].1
4848
with:
4949
MODULE: ${{env.MODULE}}
5050

0 commit comments

Comments
 (0)