Skip to content

Commit

Permalink
dev(narugo): use new version of checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Dec 10, 2023
1 parent 1aa8d61 commit ecf979b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: [ 3.8 ]
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3.3.0
with:
fetch-depth: 20
submodules: 'recursive'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
swap-size-gb: 8
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3.3.0
with:
fetch-depth: 20
submodules: 'recursive'
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
with:
swap-size-gb: 8
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3.3.0
with:
fetch-depth: 20
submodules: 'recursive'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3.3.0
with:
fetch-depth: 20
submodules: 'recursive'
Expand All @@ -37,7 +37,7 @@ jobs:
run: |
python -m build --sdist --wheel --outdir dist/
- name: Publish distribution 📦 to real PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_PASSWORD }}
- name: Upload binaries to release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
echo "IS_PYPY=1" >> $GITHUB_ENV
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3.3.0
with:
fetch-depth: 20
submodules: 'recursive'
Expand Down

0 comments on commit ecf979b

Please sign in to comment.