Skip to content

Commit

Permalink
Merge pull request #74 from MediaMarktSaturn/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-python-5

chore(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
heubeck authored Dec 7, 2023
2 parents 5453bac + 8d0d4c4 commit b415aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-chart-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.python_version }}

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.python_version }}

Expand Down

0 comments on commit b415aaa

Please sign in to comment.