Skip to content

Commit 57fd44b

Browse files
committed
Bump versions
1 parent 2277bae commit 57fd44b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-kube-stack-version.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424
fetch-depth: 0
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@v5
2828
with:
29-
python-version: '3.9'
29+
python-version: '3.13'
3030

3131
- name: Install dependencies
3232
run: |
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Create Pull Request
5959
if: steps.check-changes.outputs.has_changes == 'true' && github.event.inputs.dry_run != 'true'
60-
uses: peter-evans/create-pull-request@v5
60+
uses: peter-evans/create-pull-request@v7
6161
with:
6262
token: ${{ secrets.GITHUB_TOKEN }}
6363
commit-message: 'chore: update kube-stack-version'

0 commit comments

Comments
 (0)