Skip to content

Commit

Permalink
Bumpt to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Jan 29, 2022
1 parent be6a0ac commit e78a109
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Setup headless Display
uses: pyvista/setup-headless-display-action@v0
uses: pyvista/setup-headless-display-action@v1

- name: Setup Python
uses: actions/setup-python@v1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Setup headless Display
uses: pyvista/setup-headless-display-action@v0.1
uses: pyvista/setup-headless-display-action@v1
```
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup headless Display
uses: pyvista/setup-headless-display-action@v0.1
uses: pyvista/setup-headless-display-action@v1

- name: Setup Python
uses: actions/setup-python@v1
Expand Down

0 comments on commit e78a109

Please sign in to comment.