Skip to content

Commit

Permalink
Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Jul 13, 2022
1 parent 2f53474 commit 9156c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3

- name: "Build Package"
uses: pyansys/pydpf-actions/[email protected]
uses: pyansys/pydpf-actions/[email protected].1
with:
python-version: ${{ matrix.python-version }}
ANSYS_VERSION: ${{env.ANSYS_VERSION}}
Expand All @@ -44,7 +44,7 @@ jobs:
install_extras: plotting

- name: "Test Package"
uses: pyansys/pydpf-actions/[email protected]
uses: pyansys/pydpf-actions/[email protected].1
with:
MODULE: ${{env.MODULE}}

Expand Down

0 comments on commit 9156c6c

Please sign in to comment.