Skip to content

Commit

Permalink
chore(deps): bump actions/setup-python from 3.0.0 to 3.1.0 (aquasecur…
Browse files Browse the repository at this point in the history
…ity#1109)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@0ebf233...9c644ca)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 4, 2022
1 parent 9443b40 commit c2d206a
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 @@ -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

0 comments on commit c2d206a

Please sign in to comment.