Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jessequinn committed Apr 12, 2022
1 parent c4cbd62 commit 1a2a7de
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 @@ -248,7 +248,7 @@ jobs:
with:
version: v3.5.0
- name: Set up python
uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd # v2.3.0
uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # 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 @@ -26,7 +26,7 @@ jobs:
ref: ${{ github.event.inputs.ref }}
fetch-depth: 0
persist-credentials: true
- uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048
- uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6
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@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd
uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6
with:
python-version: 3.7
- name: Setup Chart Linting
Expand Down

0 comments on commit 1a2a7de

Please sign in to comment.