Skip to content

Commit e772a71

Browse files
authored
Merge pull request OpenAstronomy#254 from OpenAstronomy/dependabot/github_actions/dot-github/workflows/actions-4ae1e4dfb0
2 parents 166cd54 + 67a79bc commit e772a71

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
user: __token__
270270
password: ${{ secrets.pypi_token }}
271271
repository-url: ${{ inputs.repository_url }}
272-
- uses: OpenAstronomy/publish-wheels-anaconda@612ea808f79152bd52a019316f684a12bbe8ba33 # main
272+
- uses: OpenAstronomy/publish-wheels-anaconda@eae491141709933a7636af70b070e4a92d1a45be # v1.0.1
273273
if: ${{ inputs.upload_to_anaconda }}
274274
with:
275275
anaconda_user: ${{ inputs.anaconda_user }}

.github/workflows/publish_pure_python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
user: __token__
142142
password: ${{ secrets.pypi_token }}
143143
repository-url: ${{ inputs.repository_url }}
144-
- uses: OpenAstronomy/publish-wheels-anaconda@612ea808f79152bd52a019316f684a12bbe8ba33 # main
144+
- uses: OpenAstronomy/publish-wheels-anaconda@eae491141709933a7636af70b070e4a92d1a45be # v1.0.1
145145
if: ${{ inputs.upload_to_anaconda }}
146146
with:
147147
anaconda_user: ${{ inputs.anaconda_user }}

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214

215215
- name: Setup headless display
216216
if: ${{ matrix.display == 'true' }}
217-
uses: pyvista/setup-headless-display-action@4cf5c603091e085da8830e1480355ff03f3e171b # v2
217+
uses: pyvista/setup-headless-display-action@4f44aea3c7954d33db8151a4165aa557f2c6267b # v3
218218

219219
- name: Install tox
220220
run: python -m pip install --upgrade tox ${{ matrix.toxdeps }}

0 commit comments

Comments
 (0)