Skip to content

Commit

Permalink
chore(deps): update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 26, 2023
1 parent 275530d commit 2192d9a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
- uses: actions/setup-python@v4.6.0
- uses: actions/setup-python@v4.6.1
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install dependencies
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4.6.0
uses: actions/setup-python@v4.6.1
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install dependencies
Expand All @@ -48,7 +48,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
- uses: actions/setup-python@v4.6.0
- uses: actions/setup-python@v4.6.1
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install dependencies
Expand All @@ -64,7 +64,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
- uses: actions/setup-python@v4.6.0
- uses: actions/setup-python@v4.6.1
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install dependencies
Expand All @@ -80,7 +80,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
- uses: actions/setup-python@v4.6.0
- uses: actions/setup-python@v4.6.1
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install dependencies
Expand All @@ -99,7 +99,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
- uses: actions/setup-python@v4.6.0
- uses: actions/setup-python@v4.6.1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
# if: ${{ always() }}

- name: Publish coverage results to Codecov
uses: codecov/codecov-action@v3.1.3
uses: codecov/codecov-action@v3.1.4
with:
file: coverage-${{ matrix.python-version }}.xml
fail_ci_if_error: true
Expand All @@ -140,7 +140,7 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v3
- uses: actions/setup-python@v4.6.0
- uses: actions/setup-python@v4.6.1
with:
python-version: ${{ matrix.python-version }}
- name: Build wheel
Expand All @@ -158,7 +158,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3

- uses: actions/setup-python@v4.6.0
- uses: actions/setup-python@v4.6.1
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand All @@ -184,7 +184,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3

- uses: actions/setup-python@v4.6.0
- uses: actions/setup-python@v4.6.1
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3

- uses: actions/setup-python@v4.6.0
- uses: actions/setup-python@v4.6.1
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand All @@ -37,7 +37,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3

- uses: actions/setup-python@v4.6.0
- uses: actions/setup-python@v4.6.1
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand All @@ -47,6 +47,6 @@ jobs:
# Using full SHA for security
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598
uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 2192d9a

Please sign in to comment.