Skip to content

Commit 0ae8704

Browse files
committed
update actions versions
1 parent fcb7b60 commit 0ae8704

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
runs-on: ubuntu-latest
116116
needs: [linting, test, build_doc_dryrun]
117117
steps:
118-
- uses: actions/checkout@master
118+
- uses: actions/checkout@v3
119119
- uses: actions/setup-python@v4
120120
with:
121121
python-version: 3.9
@@ -130,7 +130,7 @@ jobs:
130130
needs: [linting, test, build_doc_dryrun, build-dryrun]
131131
if: github.event_name == 'create' && startsWith(github.ref, 'refs/tags/v')
132132
steps:
133-
- uses: actions/checkout@master
133+
- uses: actions/checkout@v3
134134
- name: Set up Python 3.9
135135
uses: actions/setup-python@v4
136136
with:
@@ -143,6 +143,6 @@ jobs:
143143
pip install wheel
144144
python setup.py sdist bdist_wheel
145145
- name: publish pypi
146-
uses: pypa/gh-action-pypi-publish@master
146+
uses: pypa/gh-action-pypi-publish@release/v1
147147
with:
148148
password: ${{ secrets.pypi_token }}

0 commit comments

Comments
 (0)