Skip to content

Commit

Permalink
Merge branch 'main' into renovate/actions-setup-go-digest
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-tsao authored Jan 14, 2025
2 parents 74d58d4 + 48b8b05 commit b5a6dec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
if: steps.command.outputs.command-name == 'bump'
with:
python-version: 3.7
python-version: 3.13

- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
if: steps.command.outputs.command-name == 'bump'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
with:
python-version: 3.7
python-version: 3.13

- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
with:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
with:
python-version: 3.7
python-version: 3.13

- name: Set up chart-testing
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:

- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
with:
python-version: 3.7
python-version: 3.13

- name: Set up chart-testing
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
Expand Down

0 comments on commit b5a6dec

Please sign in to comment.