Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Bump actions/setup-python from 2.3.2 to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 1, 2022
2 parents 67ef405 + 9d137a5 commit ffcd3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2.3.2
- uses: actions/setup-python@v3
with:
python-version: 3.7
- uses: actions/cache@v2
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
- uses: azure/setup-helm@v2.0
with:
version: v3.4.0
- uses: actions/setup-python@v2.3.2
- uses: actions/setup-python@v3
with:
python-version: 3.7
- name: Set up chart-testing
Expand Down

0 comments on commit ffcd3e4

Please sign in to comment.