Browse Source

chore(deps): bump actions/setup-python from 3.1.2 to 4.2.0 (#1542)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3.1.2...v4.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 3 years ago
parent
commit
a86b86eeea
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/codesee-arch-diagram.yml
  2. 1 1
      .github/workflows/helm.yml

+ 1 - 1
.github/workflows/codesee-arch-diagram.yml

@@ -42,7 +42,7 @@ jobs:
           node-version: '14'
 
       - name: Configure Python 3.x
-        uses: actions/setup-python@v2
+        uses: actions/setup-python@v4.2.0
         if: ${{ fromJSON(steps.detect-languages.outputs.languages).python }}
         with:
           python-version: '3.10'

+ 1 - 1
.github/workflows/helm.yml

@@ -30,7 +30,7 @@ jobs:
         with:
           version: v3.4.2
 
-      - uses: actions/setup-python@v3.1.2
+      - uses: actions/setup-python@v4.2.0
         with:
           python-version: 3.7