Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump actions/setup-python from 3.0.0 to 3.1.0 #1109

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
with:
version: v3.5.0
- name: Set up python
uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20 # v2.3.0
uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # v2.3.0
with:
python-version: 3.7
- name: Setup Chart Linting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ref: ${{ github.event.inputs.ref }}
fetch-depth: 0
persist-credentials: true
- uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20
- uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd
with:
python-version: 3.x
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
version: v3.5.0
- name: Set up python
uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20
uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd
with:
python-version: 3.7
- name: Setup Chart Linting
Expand Down