Skip to content

Commit

Permalink
chore(deps): bump actions/setup-python from 2 to 2.3.1 (#896)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 10, 2022
1 parent 955a527 commit 80e50c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
with:
version: v3.5.0
- name: Set up python
uses: actions/setup-python@0066b88440aa9562be742e2c60ee750fc57d8849 #v2.3.0
uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3 #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@v2
- uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3
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@v2
uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3
with:
python-version: 3.7
- name: Setup Chart Linting
Expand Down

0 comments on commit 80e50c1

Please sign in to comment.