Skip to content

Commit 84cbba4

Browse files
authored
Update update-contribs-reviews.yml
1 parent 36e89de commit 84cbba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-contribs-reviews.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out the code
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Setup Python
1616
uses: actions/setup-python@v4
1717
with:
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
run: |
27-
pip install pyosmeta@git+https://github.com/pyopensci/update-web-metadata
27+
pip install pyosmeta
2828
update-contributors
2929
update-reviews
3030
update-review-teams

0 commit comments

Comments
 (0)